mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Add comments per peer review
This commit is contained in:
@@ -297,6 +297,10 @@
|
|||||||
#if FIPS_VERSION_LT(2,0)
|
#if FIPS_VERSION_LT(2,0)
|
||||||
#define WC_RNG RNG
|
#define WC_RNG RNG
|
||||||
#else
|
#else
|
||||||
|
/* RNG needs to be defined to WC_RNG anytime another library on the
|
||||||
|
* system or other set of headers included by wolfSSL already defines
|
||||||
|
* RNG. Examples are:
|
||||||
|
* wolfEngine, wolfProvider and potentially other use-cases */
|
||||||
#ifndef RNG
|
#ifndef RNG
|
||||||
#define RNG WC_RNG
|
#define RNG WC_RNG
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user