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 763f3ace61
commit 9e293b2e1f

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);