From 2570f27d69bb85b814b497e3daeaaa28425bf18a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 14 Mar 2018 19:10:01 +0100 Subject: removed assert from arc4random --- code/ecp/crypto/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'code/ecp/crypto/Makefile') diff --git a/code/ecp/crypto/Makefile b/code/ecp/crypto/Makefile index 36ecbfc..45a1e2d 100644 --- a/code/ecp/crypto/Makefile +++ b/code/ecp/crypto/Makefile @@ -1,10 +1,13 @@ include ../Makefile.platform CFLAGS=$(CFLAGS_PL) $(PIC) -Iinclude -I.. -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= -obj = e_chacha20poly1305.o crypto.o +obj = crypto.o e_chacha20poly1305.o obj_dep = compat/explicit_bzero.o compat/timingsafe_memcmp.o compat/timingsafe_bcmp.o \ - chacha/chacha.o poly1305/poly1305.o curve25519/curve25519.o curve25519/curve25519-generic.o \ - sha/sha256.o sha/sha512.o arc4random/arc4random.o + chacha/chacha.o poly1305/poly1305.o \ + curve25519/curve25519.o curve25519/curve25519-generic.o \ + sha/sha256.o sha/sha512.o \ + arc4random/arc4random.o + subdirs = compat curve25519 chacha poly1305 sha arc4random -- cgit v1.2.3