summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-05 15:48:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-05 15:48:05 +0000
commit42bd0a6b3c73c71b69967503c0ee0a3598b52655 (patch)
treee1477bf5e29198335e8c7747ec4d28bc881d60ba /Makefile.fips
parent05e24c87dd1428809d6eaebf754b472a6cb4bb50 (diff)
Update fipssyms.h to keep all symbols in FIPS,fips namespace.
Rename drbg_cprng_test to fips_drbg_cprng_test. Remove rand files from Makefile.fips.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 8d967b7f2a..65bc582ca7 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -148,7 +148,7 @@ SHLIBDIRS= crypto
SDIRS= \
sha hmac des aes modes \
bn ec rsa dsa ecdsa dh \
- buffer rand evp ecdh cmac
+ buffer evp ecdh cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...
@@ -338,13 +338,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 \