diff options
author | June McEnroe <june@causal.agency> | 2021-10-05 21:57:56 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-05 21:57:56 -0400 |
commit | 6d798d72e0a2d269e92e8769839faee909b04052 (patch) | |
tree | 21650ca7587f48e03ce72b4cab94b2bbe42e9906 /bounce.h | |
parent | Remove TCP keepalive settings (diff) | |
download | pounce-6d798d72e0a2d269e92e8769839faee909b04052.tar.gz pounce-6d798d72e0a2d269e92e8769839faee909b04052.zip |
Remove certbot default paths
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 4 |
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 |