mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Fix warning and typo->error.
This commit is contained in:
@@ -37,9 +37,10 @@
|
||||
|
||||
/*
|
||||
* You should adjust this to the exact number of sources you're using: default
|
||||
* is the "platform_entrpy_poll" source, but you may want to add other ones
|
||||
* is the "platform_entropy_poll" source, but you may want to add other ones
|
||||
* Minimum is 2 for the entropy test suite.
|
||||
*/
|
||||
#define ENTROPY_MAX_SOURCES 1
|
||||
#define ENTROPY_MAX_SOURCES 2
|
||||
|
||||
/*
|
||||
* Save RAM at the expense of interoperability: do this only if you control
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
/*
|
||||
* You should adjust this to the exact number of sources you're using: default
|
||||
* is the "platform_entrpy_poll" source, but you may want to add other ones.
|
||||
* is the "platform_entropy_poll" source, but you may want to add other ones.
|
||||
* Minimum is 2 for the entropy test suite.
|
||||
*/
|
||||
#define ENTROPY_MAX_SOURCES 2
|
||||
|
||||
Reference in New Issue
Block a user