Add comments per peer review

This commit is contained in:
kaleb-himes
2023-12-12 15:21:28 -07:00
parent db7f08e12f
commit ca5adfaecb

View File

@@ -297,6 +297,10 @@
#if FIPS_VERSION_LT(2,0)
#define WC_RNG RNG
#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
#define RNG WC_RNG
#endif