ble_mesh: Mark platform related default RNG as 0

This commit is contained in:
lly 2020-06-08 20:28:31 +08:00 committed by bot
parent d9e8508981
commit 7e7d2ae401

View file

@ -74,7 +74,7 @@
* for some platforms, such as Unix and Linux. For other platforms, you may need * for some platforms, such as Unix and Linux. For other platforms, you may need
* to provide another PRNG function. * to provide another PRNG function.
*/ */
#define default_RNG_defined 1 #define default_RNG_defined 0
int default_CSPRNG(uint8_t *dest, unsigned int size); int default_CSPRNG(uint8_t *dest, unsigned int size);