diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bounce.h b/bounce.h index ffbd24b..a5dc836 100644 --- a/bounce.h +++ b/bounce.h @@ -27,8 +27,8 @@ #define CERTBOT_PATH "/usr/local/etc/letsencrypt" #endif -#ifndef LIBRESSL_BIN_PREFIX -#define LIBRESSL_BIN_PREFIX +#ifndef OPENSSL_BIN +#define OPENSSL_BIN "openssl" #endif #define SOURCE_URL "https://git.causal.agency/pounce" |