wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 17 forks source link

Gate inclusion of wc_GenerateSeed in C wrapper on WC_RNG_SEED_CB_ENABLED. #51

Closed haydenroche5 closed 1 year ago

haydenroche5 commented 1 year ago

This function is only needed when WC_RNG_SEED_CB_ENABLED is defined. Resolves ZD #15035.