about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-05 21:57:56 -0400
committerJune McEnroe <june@causal.agency>2021-10-05 21:57:56 -0400
commit6d798d72e0a2d269e92e8769839faee909b04052 (patch)
tree21650ca7587f48e03ce72b4cab94b2bbe42e9906 /bounce.h
parentRemove TCP keepalive settings (diff)
downloadpounce-6d798d72e0a2d269e92e8769839faee909b04052.tar.gz
pounce-6d798d72e0a2d269e92e8769839faee909b04052.zip
Remove certbot default paths
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bounce.h b/bounce.h
index 4ee1c7f..4318410 100644
--- a/bounce.h
+++ b/bounce.h
@@ -34,10 +34,6 @@
 #include <sys/time.h>
 #include <tls.h>
 
-#ifndef CERTBOT_PATH
-#define CERTBOT_PATH "/etc/letsencrypt"
-#endif
-
 #ifndef OPENSSL_BIN
 #define OPENSSL_BIN "openssl"
 #endif