mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #356 from SeppoTakalo/master
Update client libraries
commit
bd4bfce7a2
2
core.lib
2
core.lib
|
@ -1 +1 @@
|
|||
https://github.com/mbedmicro/mbed/#42561b91931e793fe0151fbd3852c924fe394016
|
||||
https://github.com/mbedmicro/mbed/#b4bb088876cb72bda7006e423423aba4895d380c
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://github.com/ARMmbed/mbed-client-c/#ce64d6a0bdefb364b81a75c97e3390abd30372c6
|
||||
https://github.com/ARMmbed/mbed-client-c/#3055a0f4e327ee173c8462601209ad166d7a7c94
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://github.com/ARMmbed/mbed-client-classic/#0b7fe15f94bb85a57e4ea48fa97a5d04642fac07
|
||||
https://github.com/ARMmbed/mbed-client-classic/#e8cbe5defdf97ed2b700878b8d5aead154810a9a
|
||||
|
|
|
@ -294,7 +294,12 @@
|
|||
* Requires MBEDTLS_ENTROPY_C, MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
|
||||
*
|
||||
*/
|
||||
//#define MBEDTLS_TEST_NULL_ENTROPY
|
||||
#ifndef MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||
/* For devices without HW entropy souces, we are forced to use
|
||||
* NULL entropy. */
|
||||
#define MBEDTLS_TEST_NULL_ENTROPY
|
||||
#define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
|
||||
#endif // MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||
|
|
Loading…
Reference in New Issue