mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-20 11:21:22 +03:00
Separate SHA224 from SHA256 config options.
These options are still dependant on each other. This is an intermediate step. Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
configs
config-ccm-psk-tls1_2.hconfig-mini-tls1_1.hconfig-no-entropy.hconfig-psa-crypto.hconfig-suite-b.hconfig-symmetric-only.hconfig-thread.h
include/mbedtls
library
programs
tests
scripts
suites
@@ -59,7 +59,7 @@ my @hash_configs = (
|
||||
['unset MBEDTLS_MD5_C'],
|
||||
['unset MBEDTLS_SHA512_C', 'unset MBEDTLS_SHA384_C '],
|
||||
['unset MBEDTLS_SHA384_C'],
|
||||
['unset MBEDTLS_SHA256_C'],
|
||||
['unset MBEDTLS_SHA256_C', 'unset MBEDTLS_SHA224_C'],
|
||||
['unset MBEDTLS_SHA1_C'],
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user