commit 002c616c4bb10e0a5c19dc8042fa66a8ba91e509
parent b382f5b41823362d5640f1637eeaa4e214a89488
Author: Michael Savage <mikejsavage@gmail.com>
Date: Thu, 9 Jul 2020 22:21:22 +0300
Cleanup
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/Makefile.mess b/Makefile.mess
@@ -17,12 +17,6 @@ ifneq ($(uname),OpenBSD)
# See http://openbsd.cs.toronto.edu/cgi-bin/cvsweb/src/lib/libssl/src/crypto/mem_clr.c?rev=1.4&content-type=text/x-cvsweb-markup
CFLAGS += -DOPENSSL_cleanse=explicit_bzero
- # Make pwd.h define bcrypt_newnhash/bcrypt_checkpass
- CFLAGS += -D__BSD_VISIBLE
-
- # GCC whines without this. Assume everyone has strndup anyway
- CFLAGS += -DHAVE_STRNDUP
-
CFLAGS += -Icompat/include
SRCS += compat/safebfuns.c