We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf2f58b + 598a3bf commit 2ba12a8Copy full SHA for 2ba12a8
1 file changed
wolfssl/wolfcrypt/random.h
@@ -242,8 +242,8 @@ WOLFSSL_API int wc_FreeRng(WC_RNG* rng);
242
#endif
243
244
#ifdef HAVE_HASHDRBG
245
- WOLFSSL_LOCAL int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
246
- word32 entropySz);
+ WOLFSSL_API int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
+ word32 entropySz);
247
WOLFSSL_API int wc_RNG_TestSeed(const byte* seed, word32 seedSz);
248
WOLFSSL_API int wc_RNG_HealthTest(int reseed,
249
const byte* entropyA, word32 entropyASz,
0 commit comments