FIPS mode changes to make RNG compile (this will need updating later as we
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 14:52:04 +0000 (14:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 14:52:04 +0000 (14:52 +0000)
commit4ead4e5241bd08989f9d6305ff21f9da0614f955
tree7ab5cd279985cae9e80ebd564c2b996f86379d43
parent1ab2f7f1cb6c9fa2747c39e60b5fe7e8ba15acef
FIPS mode changes to make RNG compile (this will need updating later as we
need a whole new PRNG for FIPS).

1. avoid use of ERR_peek().

2. If compiling with FIPS use small FIPS EVP and disable ENGINE
crypto/rand/md_rand.c
crypto/rand/rand_lib.c