commit 98813ee56c7caf2c0927532b727a9cae6ca36ba6
parent 299dc7f7a212f6705d0b03c4b25048deb2b0388a
Author: Michael Savage <mikejsavage@gmail.com>
Date: Sat, 1 Apr 2017 10:38:04 +0300
Remove OpenSSL dependency from OSX/FreeBSD builds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.mess b/Makefile.mess
@@ -25,9 +25,9 @@ ifneq ($(uname),OpenBSD)
SRCS += compat/arc4random/arc4random.c
SRCS += compat/arc4random/arc4random_uniform.c
SRCS += compat/safebfuns.c
- SRCS += compat/sha/sha512.c
ifeq ($(uname),Linux)
+ SRCS += compat/sha/sha512.c
SRCS += compat/getentropy/getentropy_linux.c
LDFLAGS += -lrt
endif