From ee15889c433bb692e48f8e6e68016d3d0995c04e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 6 Nov 2019 01:03:04 -0500 Subject: Use explicit_bzero from LibreSSL --- bounce.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 42b8ed5..de8fe9c 100644 --- a/bounce.h +++ b/bounce.h @@ -14,11 +14,6 @@ * along with this program. If not, see . */ -#ifdef __APPLE__ -#define __STDC_WANT_LIB_EXT1__ 1 -#define explicit_bzero(b, len) memset_s((b), (len), 0, (len)) -#endif - #include #include #include @@ -26,6 +21,8 @@ #include #include +#include "compat.h" + #ifndef DEFAULT_CERT_PATH #define DEFAULT_CERT_PATH "/usr/local/etc/letsencrypt/live/%s/fullchain.pem" #endif -- cgit 1.4.1