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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index 9b18050..4e5c663 100644 --- a/bounce.c +++ b/bounce.c @@ -14,8 +14,6 @@ * along with this program. If not, see . */ -#include "bounce.h" - #include #include #include @@ -41,6 +39,8 @@ #include #endif +#include "bounce.h" + static void hashPass(void) { char *pass = getpass("Password: "); byte rand[12]; -- cgit 1.4.1