about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-01 19:20:23 -0500
committerJune McEnroe <june@causal.agency>2020-03-01 21:14:52 -0500
commitc876c88c2ac74255fa402c441343e8314d1fff8f (patch)
treee6420b0a64c4e8ef9709d129b3ce2a11b484602a /bounce.h
parentAdvertise STS policy (diff)
downloadpounce-c876c88c2ac74255fa402c441343e8314d1fff8f.tar.gz
pounce-c876c88c2ac74255fa402c441343e8314d1fff8f.zip
Replace .mk files with configure script
Copied and expanded from catgirl.
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h4
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"