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 0b65005ffd
commit 50fc403018

View File

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