From 11f4fd822f2ff9cbe481aca2400a9fa1c32719d6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 1 Aug 2020 00:07:04 -0400 Subject: Define explicit_bzero using memset_s on macOS --- compat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 9675320..320dfc9 100644 --- a/compat.h +++ b/compat.h @@ -28,9 +28,6 @@ #include #include -// libcrypto defines these functions if libc doesn't. -void explicit_bzero(void *b, size_t len); - #ifndef SIGINFO #define SIGINFO SIGUSR2 #endif -- cgit 1.4.1