From c876c88c2ac74255fa402c441343e8314d1fff8f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 1 Mar 2020 19:20:23 -0500 Subject: Replace .mk files with configure script Copied and expanded from catgirl. --- bounce.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bounce.h') 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" -- cgit 1.4.1