1
0
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:
Gilles Peskine
2017-05-22 16:47:22 +02:00
committed by Manuel Pégourié-Gonnard
parent 2a458daa11
commit f11d33b2df
2 changed files with 1 additions and 6 deletions

View File

@ -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 */