Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer

to EVP any more.

Move locking #define into fips.h.

Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
This commit is contained in:
Dr. Stephen Henson
2011-01-27 15:22:26 +00:00
parent d5df1b3f0d
commit 7c8ced94c3
28 changed files with 38 additions and 29 deletions

View File

@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSEVP
#define OPENSSL_FIPSAPI
#include <string.h>
#include <openssl/crypto.h>