forked from espressif/esp-idf
ble_mesh: Mark platform related default RNG as 0
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user