diff options
Diffstat (limited to 'include/crypto/rand_pool.h')
-rw-r--r-- | include/crypto/rand_pool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/rand_pool.h b/include/crypto/rand_pool.h index f4d1d954bc80..d76040924dfa 100644 --- a/include/crypto/rand_pool.h +++ b/include/crypto/rand_pool.h @@ -105,5 +105,7 @@ int ossl_rand_pool_add(RAND_POOL *pool, const unsigned char *buffer, size_t len, size_t entropy); unsigned char *ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len); int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy); +int ossl_rand_pool_adin_mix_in(RAND_POOL *pool, const unsigned char *adin, + size_t adin_len); #endif /* OSSL_PROVIDER_RAND_POOL_H */ |