From: Jouni Malinen Date: Sat, 5 Nov 2011 11:02:31 +0000 (+0200) Subject: Add random.c into libcrypto.a X-Git-Tag: aosp-jb-start~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc95487aa41b584736e7d8ee10c3dc0d55cd0ea;p=thirdparty%2Fhostap.git Add random.c into libcrypto.a Signed-hostap: Jouni Malinen --- diff --git a/src/crypto/Makefile b/src/crypto/Makefile index 69aa16ac6..0454827b8 100644 --- a/src/crypto/Makefile +++ b/src/crypto/Makefile @@ -48,6 +48,7 @@ LIB_OBJS += crypto_internal-modexp.o LIB_OBJS += crypto_internal-rsa.o LIB_OBJS += tls_internal.o LIB_OBJS += fips_prf_internal.o +LIB_OBJS += random.o libcrypto.a: $(LIB_OBJS)