aboutsummaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rand/fips_rand.h')
-rw-r--r--fips/rand/fips_rand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/rand/fips_rand.h b/fips/rand/fips_rand.h
index a691e14359..1a57edd06e 100644
--- a/fips/rand/fips_rand.h
+++ b/fips/rand/fips_rand.h
@@ -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
}