Dr. Stephen Henson 17a2d0801f Avoid multiple locks in FIPS mode.
PR: 3176.

In FIPS mode ssleay_rand_bytes is only used for PRNG seeding and is
performed in either a single threaded context (when the PRNG is first
initialised) or under a lock (reseeding). To avoid multiple locks disable
use of CRYPTO_LOCK_RAND in FIPS mode in ssleay_rand_bytes.
(cherry picked from commit 53142f72c9b9c9bad2f39ca6200a4f04f5c8001c)
2013-12-08 13:23:14 +00:00
..
2008-06-04 11:01:43 +00:00
2013-12-08 13:23:14 +00:00
2013-09-22 18:24:12 +01:00
2013-09-22 18:24:12 +01:00
2009-04-22 16:21:20 +00:00
2011-12-19 17:02:35 +00:00
2013-09-22 18:24:12 +01:00
2012-06-08 09:18:47 +00:00