mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
On second thought changing the way the test is run
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
e66f49c3ce
commit
2add5c13ea
@ -81,10 +81,6 @@
|
|||||||
#error "MBEDTLS_DHM_C defined, but not all prerequisites"
|
#error "MBEDTLS_DHM_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_CMAC_C)
|
|
||||||
#define MBEDTLS_CIPHER_MODE_CBC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_CMAC_C) && \
|
#if defined(MBEDTLS_CMAC_C) && \
|
||||||
!defined(MBEDTLS_AES_C) && !defined(MBEDTLS_DES_C)
|
!defined(MBEDTLS_AES_C) && !defined(MBEDTLS_DES_C)
|
||||||
#error "MBEDTLS_CMAC_C defined, but not all prerequisites"
|
#error "MBEDTLS_CMAC_C defined, but not all prerequisites"
|
||||||
|
@ -2063,6 +2063,7 @@ component_test_when_no_ciphersuites_have_mac () {
|
|||||||
scripts/config.py unset MBEDTLS_ARC4_C
|
scripts/config.py unset MBEDTLS_ARC4_C
|
||||||
scripts/config.py unset MBEDTLS_CIPHER_MODE_CBC
|
scripts/config.py unset MBEDTLS_CIPHER_MODE_CBC
|
||||||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
||||||
|
scripts/config.py unset MBEDTLS_CMAC_C
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: !MBEDTLS_SSL_SOME_MODES_USE_MAC"
|
msg "test: !MBEDTLS_SSL_SOME_MODES_USE_MAC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user