From 87c71978e556d532a5b91a653514a92acec9a1b7 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 22 Jan 2018 15:23:20 +0100 Subject: arc4random added --- code/ecp/crypto/compat/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'code/ecp/crypto/compat/Makefile') diff --git a/code/ecp/crypto/compat/Makefile b/code/ecp/crypto/compat/Makefile index fc32fe7..7922366 100644 --- a/code/ecp/crypto/compat/Makefile +++ b/code/ecp/crypto/compat/Makefile @@ -1,8 +1,7 @@ include ../../Makefile.platform CFLAGS=$(CFLAGS_PL) $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= -getentropy = getentropy_osx -obj = explicit_bzero.o timingsafe_memcmp.o timingsafe_bcmp.o # arc4random.o arc4random_uniform.o $(getentropy).o +obj = explicit_bzero.o timingsafe_memcmp.o timingsafe_bcmp.o all: $(obj) -- cgit v1.2.3