Don't set FIPS rand method at same time as RAND method as this can cause
authorDr. Stephen Henson <steve@openssl.org>
Tue, 21 Jun 2011 17:08:25 +0000 (17:08 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 21 Jun 2011 17:08:25 +0000 (17:08 +0000)
commitc24367ebb90ab206e6ca8665a7580958dbced272
tree488fc854a7cf865336e515eda99e42c0ede604d2
parent7397b35379e158b4e3303701c2c5b068344a0c96
Don't set FIPS rand method at same time as RAND method as this can cause
the FIPS library to fail. Applications that want to set the FIPS rand
method can do so explicitly and presumably they know what they are doing...
crypto/rand/rand_lib.c