Skip to content

Commit 46013f1

Browse files
committed
Skip test for OpenSSL bug #74341 which is not a bug
1 parent cdb7677 commit 46013f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/openssl/tests/bug74341.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)
33
--EXTENSIONS--
44
openssl
5+
--SKIPIF--
6+
<?php
7+
if (OPENSSL_VERSION_NUMBER >= 0x30300000) die('skip For OpenSSL < 3.3');
8+
?>
59
--FILE--
610
<?php
711

0 commit comments

Comments
 (0)