From: Dr. Stephen Henson Date: Wed, 6 Apr 2011 18:16:44 +0000 (+0000) Subject: Remove rand files from fipscanister.o X-Git-Tag: OpenSSL-fips-2_0-rc1~590 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e71bbd26e713c6647595cc3588e141444d5639c4 Remove rand files from fipscanister.o --- diff --git a/Makefile.org b/Makefile.org index 551530c924..492ee2dbdf 100644 --- a/Makefile.org +++ b/Makefile.org @@ -332,13 +332,6 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/modes/ctr128.o \ ../crypto/modes/gcm128.o \ ../crypto/modes/ofb128.o \ - ../crypto/rand/md_rand.o \ - ../crypto/rand/rand_egd.o \ - ../crypto/rand/randfile.o \ - ../crypto/rand/rand_lib.o \ - ../crypto/rand/rand_os2.o \ - ../crypto/rand/rand_unix.o \ - ../crypto/rand/rand_win.o \ ../crypto/rsa/rsa_eay.o \ ../crypto/rsa/rsa_gen.o \ ../crypto/rsa/rsa_crpt.o \