mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-21 10:20:51 +00:00
Remove obsolete comment from depends.py
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
723b8779f9
commit
98682b50a4
@ -419,8 +419,7 @@ class DomainData:
|
|||||||
exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)' \
|
exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)' \
|
||||||
'|MBEDTLS_SHA224_' \
|
'|MBEDTLS_SHA224_' \
|
||||||
'|MBEDTLS_SHA384_'),
|
'|MBEDTLS_SHA384_'),
|
||||||
# Key exchange types. Only build the library and the sample
|
# Key exchange types.
|
||||||
# programs.
|
|
||||||
'kex': ExclusiveDomain(key_exchange_symbols, build_and_test),
|
'kex': ExclusiveDomain(key_exchange_symbols, build_and_test),
|
||||||
'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C',
|
'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C',
|
||||||
'MBEDTLS_ECP_C',
|
'MBEDTLS_ECP_C',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user