check_config: remove CIPHER_C requirement for PKCS[5/12]
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
a69e872001
commit
6d3a68162c
1 changed files with 0 additions and 9 deletions
|
@ -281,15 +281,6 @@
|
||||||
#error "MBEDTLS_PK_PARSE_C defined, but not all prerequisites"
|
#error "MBEDTLS_PK_PARSE_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_PKCS12_C) && !defined(MBEDTLS_CIPHER_C)
|
|
||||||
#error "MBEDTLS_PKCS12_C defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_PKCS5_C) && \
|
|
||||||
!defined(MBEDTLS_CIPHER_C)
|
|
||||||
#error "MBEDTLS_PKCS5_C defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Helpers for hash dependencies, will be undefined at the end of the file */
|
/* Helpers for hash dependencies, will be undefined at the end of the file */
|
||||||
/* Do SHA-256, 384, 512 to cover Entropy and TLS. */
|
/* Do SHA-256, 384, 512 to cover Entropy and TLS. */
|
||||||
#if defined(MBEDTLS_SHA256_C) || \
|
#if defined(MBEDTLS_SHA256_C) || \
|
||||||
|
|
Loading…
Reference in a new issue