summaryrefslogtreecommitdiff
path: root/providers/implementations/include/prov/seeding.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/include/prov/seeding.h')
-rw-r--r--providers/implementations/include/prov/seeding.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/providers/implementations/include/prov/seeding.h b/providers/implementations/include/prov/seeding.h
index 637b921b2b..af6cb79fb2 100644
--- a/providers/implementations/include/prov/seeding.h
+++ b/providers/implementations/include/prov/seeding.h
@@ -15,17 +15,6 @@ size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool);
size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool);
/*
- * Add some platform specific additional data
- *
- * This function is platform specific and adds some random noise to the
- * additional data used for generating random bytes and for reseeding
- * the drbg.
- *
- * Returns 1 on success and 0 on failure.
- */
-int ossl_rand_pool_add_additional_data(RAND_POOL *pool);
-
-/*
* External seeding functions from the core dispatch table.
*/
int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns);