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:
parent
2a458daa11
commit
f11d33b2df
2 changed files with 1 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue