File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -709,6 +709,10 @@ int test_SerialNumber0_RootCA(void)
709709 !WOLFSSL_ASN_ALLOW_0_SERIAL */
710710#endif /* !NO_CERTS && !NO_FILESYSTEM && !NO_RSA && WOLFSSL_CERT_GEN &&
711711 WOLFSSL_CERT_EXT */
712+
713+ return EXPECT_RESULT ();
714+ }
715+
712716int test_wolfssl_local_MatchBaseName (void )
713717{
714718 EXPECT_DECLS ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ int test_wolfssl_local_MatchBaseName(void);
3434 TEST_DECL_GROUP("asn", test_SetAsymKeyDer), \
3535 TEST_DECL_GROUP("asn", test_GetSetShortInt), \
3636 TEST_DECL_GROUP("asn", test_wc_IndexSequenceOf), \
37- TEST_DECL_GROUP("asn", test_SerialNumber0_RootCA)
37+ TEST_DECL_GROUP("asn", test_SerialNumber0_RootCA), \
3838 TEST_DECL_GROUP("asn", test_wolfssl_local_MatchBaseName)
3939
4040#endif /* WOLFCRYPT_TEST_ASN_H */
You can’t perform that action at this time.
0 commit comments