Skip to content

Commit f7ba9a9

Browse files
committed
Merge conflict fix
1 parent 34bef7e commit f7ba9a9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

tests/api/test_asn.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
712716
int test_wolfssl_local_MatchBaseName(void)
713717
{
714718
EXPECT_DECLS;

tests/api/test_asn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)