mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Cleaned up negative test predicate for test case
The test infrastructure does support negative predicates for test cases, thanks to Andreas for letting me know.
This commit is contained in:
committed by
Manuel Pégourié-Gonnard
parent
2a458daa11
commit
f11d33b2df
@ -651,9 +651,4 @@ int mbedtls_x509write_crt_pem( mbedtls_x509write_cert *ctx, unsigned char *buf,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
||||
/* The test infrastructure requires a positive define */
|
||||
#define MBEDTLS_X509__DEFAULT_FORBID_SHA1
|
||||
#endif
|
||||
|
||||
#endif /* mbedtls_x509_crt.h */
|
||||
|
Reference in New Issue
Block a user