Update source files to handle new FIPS_lock() location. Add FIPS_lock()
[openssl.git] / crypto / rand / md_rand.c
index 87d4bfb75d88c202a64dd04bb7f67c8deb9dafe4..b17ad5203d80f994baa060dbff85de8d9c090a10 100644 (file)
 #include <openssl/crypto.h>
 #include <openssl/err.h>
 
+#ifdef OPENSSL_FIPS
+#include <openssl/fips.h>
+#endif
+
 #ifdef BN_DEBUG
 # define PREDICT
 #endif