Add FIPS support to the WIN32 build system.
[openssl.git] / crypto / rand / rand.h
index 7a3a79b44f02ed9b822581c2266fabd2076b0259..8db2a5f80f0bba4d5a73a90416b28a5b23b019be 100644 (file)
@@ -94,7 +94,7 @@ extern int rand_predictable;
 
 int RAND_set_rand_method(const RAND_METHOD *meth);
 const RAND_METHOD *RAND_get_rand_method(void);
-#ifndef OPENSSL_NO_ENGINE
+#if !defined(OPENSSL_NO_ENGINE) && !defined(OPENSSL_FIPS)
 int RAND_set_rand_engine(ENGINE *engine);
 #endif
 RAND_METHOD *RAND_SSLeay(void);