mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
CERTS_C no longer depends on PEM_PARSE_C
This commit is contained in:
parent
a958d69a70
commit
da1619d345
@ -39,10 +39,6 @@
|
|||||||
#error "POLARSSL_AESNI_C defined, but not all prerequisites"
|
#error "POLARSSL_AESNI_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(POLARSSL_CERTS_C) && !defined(POLARSSL_PEM_PARSE_C)
|
|
||||||
#error "POLARSSL_CERTS_C defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(POLARSSL_CTR_DRBG_C) && !defined(POLARSSL_AES_C)
|
#if defined(POLARSSL_CTR_DRBG_C) && !defined(POLARSSL_AES_C)
|
||||||
#error "POLARSSL_CTR_DRBG_C defined, but not all prerequisites"
|
#error "POLARSSL_CTR_DRBG_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1513,8 +1513,6 @@
|
|||||||
* Module: library/certs.c
|
* Module: library/certs.c
|
||||||
* Caller:
|
* Caller:
|
||||||
*
|
*
|
||||||
* Requires: POLARSSL_PEM_PARSE_C
|
|
||||||
*
|
|
||||||
* This module is used for testing (ssl_client/server).
|
* This module is used for testing (ssl_client/server).
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_CERTS_C
|
#define POLARSSL_CERTS_C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user