Skip to content

Commit 2ba12a8

Browse files
authored
Merge pull request #7386 from anhu/reseed_public
Make wc_RNG_DRBG_Reseed() a wolfCrypt API.
2 parents cf2f58b + 598a3bf commit 2ba12a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfssl/wolfcrypt/random.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ WOLFSSL_API int wc_FreeRng(WC_RNG* rng);
242242
#endif
243243

244244
#ifdef HAVE_HASHDRBG
245-
WOLFSSL_LOCAL int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
246-
word32 entropySz);
245+
WOLFSSL_API int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
246+
word32 entropySz);
247247
WOLFSSL_API int wc_RNG_TestSeed(const byte* seed, word32 seedSz);
248248
WOLFSSL_API int wc_RNG_HealthTest(int reseed,
249249
const byte* entropyA, word32 entropyASz,

0 commit comments

Comments
 (0)