New FIPS_lock() function for minimal FIPS locking API: to avoid dependencies
authorDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:29:48 +0000 (14:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:29:48 +0000 (14:29 +0000)
commit6ff9c48811cee25afccb8f181a398563a1b3a360
treec61cc44ebe5e62209f51c94f20191f499bc3bdcf
parentad6019d6c0d22f384838b2f9ca339bdabed331a5
New FIPS_lock() function for minimal FIPS locking API: to avoid dependencies
on OpenSSL locking code. Use API in some internal FIPS files.

Remove redundant ENGINE defines from fips.h
fips/fips.h
fips/rand/fips_rand.c
fips/utl/Makefile
fips/utl/fips_lck.c [new file with mode: 0644]