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 --- listen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'listen.c') diff --git a/listen.c b/listen.c index f849212..a412b0c 100644 --- a/listen.c +++ b/listen.c @@ -14,8 +14,6 @@ * along with this program. If not, see . */ -#include "bounce.h" - #include #include #include @@ -37,6 +35,8 @@ #include #endif +#include "bounce.h" + static struct tls *server; static byte *readFile(size_t *len, FILE *file) { -- cgit 1.4.1