Extensive reorganisation of PRNG handling in FIPS module: all calls
[openssl.git] / fips / rand / fips_rand.h
index a691e14359e156887644a889102626d2e0aafbb3..1a57edd06e39d3d278374c981263c1b0eb398184 100644 (file)
@@ -112,6 +112,7 @@ int FIPS_drbg_get_strength(DRBG_CTX *dctx);
 DRBG_CTX *FIPS_get_default_drbg(void);
 const RAND_METHOD *FIPS_drbg_method(void);
 
+int FIPS_rand_set_method(const RAND_METHOD *meth);
 
 #ifdef  __cplusplus
 }