We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c28f69 commit 7fe6eedCopy full SHA for 7fe6eed
wolfcrypt/_build_ffi.py
@@ -513,7 +513,6 @@ def generate_libwolfssl():
513
int wc_RNG_GenerateBlock(WC_RNG*, byte*, word32);
514
int wc_RNG_GenerateByte(WC_RNG*, byte*);
515
int wc_FreeRng(WC_RNG*);
516
- int wc_GenerateSeed(OS_Seed* os, byte* seed, word32 sz);
517
518
int wc_GetPkcs8TraditionalOffset(byte* input, word32* inOutIdx, word32 sz);
519
"""
@@ -875,6 +874,7 @@ def generate_libwolfssl():
875
874
typedef int (*wc_RngSeed_Cb)(OS_Seed* os, byte* seed, word32 sz);
876
877
int wc_SetSeed_Cb(wc_RngSeed_Cb cb);
+ int wc_GenerateSeed(OS_Seed* os, byte* seed, word32 sz);
878
879
880
if FIPS_ENABLED and (FIPS_VERSION > 5 or (FIPS_VERSION == 5 and FIPS_VERSION >= 1)):
0 commit comments