fix asn1test on windows

This commit is contained in:
toorls
2022-10-12 06:05:55 -07:00
parent e25f8b945e
commit f23c89f0b7
3 changed files with 3 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ int main(void)
if (test_asn1_utf8_string() != 1) goto err;
if (test_asn1_ia5_string() != 1) goto err;
if (test_asn1_utc_time() != 1) goto err;
//if (test_asn1_generalized_time() != 1) goto err;
if (test_asn1_generalized_time() != 1) goto err;
printf("%s all tests passed\n", __FILE__);
return 0;
err: