summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rand_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rand/fips_rand_lcl.h')
-rw-r--r--fips/rand/fips_rand_lcl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fips/rand/fips_rand_lcl.h b/fips/rand/fips_rand_lcl.h
index e03537bd5f..7f6cdffe10 100644
--- a/fips/rand/fips_rand_lcl.h
+++ b/fips/rand/fips_rand_lcl.h
@@ -236,6 +236,5 @@ struct drbg_ctx_st
int fips_drbg_ctr_init(DRBG_CTX *dctx);
int fips_drbg_hash_init(DRBG_CTX *dctx);
int fips_drbg_hmac_init(DRBG_CTX *dctx);
-int fips_drbg_ec_init(DRBG_CTX *dctx);
int fips_drbg_kat(DRBG_CTX *dctx, int nid, unsigned int flags);
int fips_drbg_cprng_test(DRBG_CTX *dctx, const unsigned char *out);