Use consistent error messages in check_config.h
This commit is contained in:
parent
17daaa5cc6
commit
d972f005bf
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
||||||
( !defined(MBEDTLS_SHA256_C) && \
|
( !defined(MBEDTLS_SHA256_C) && \
|
||||||
!defined(MBEDTLS_SHA512_C) && \
|
!defined(MBEDTLS_SHA512_C) && \
|
||||||
!defined(MBEDTLS_SHA1_C) )
|
!defined(MBEDTLS_SHA1_C) )
|
||||||
#error "!MBEDTLS_SSL_KEEP_PEER_CERTIFICATE requires MBEDTLS_SHA512_C, MBEDTLS_SHA256_C or MBEDTLS_SHA1_C"
|
#error "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE defined, but not all prerequesites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
|
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue