]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add random.c into libcrypto.a
authorJouni Malinen <j@w1.fi>
Sat, 5 Nov 2011 11:02:31 +0000 (13:02 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 5 Nov 2011 11:02:31 +0000 (13:02 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/crypto/Makefile

index 69aa16ac66b0ce1f19a77d536252674eb07becd8..0454827b871dd01680c2ae0a25f600926e6da716 100644 (file)
@@ -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)