From 066a977840f9993d375c18bcd043cf0c2920bb09 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sat, 9 Aug 2025 23:02:46 +0200 Subject: [PATCH] Clean up test for GH-19369 - openssl_sign issue --- ext/openssl/tests/gh19369.phpt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/openssl/tests/gh19369.phpt b/ext/openssl/tests/gh19369.phpt index cef15fb0994..3568bbbfeaf 100644 --- a/ext/openssl/tests/gh19369.phpt +++ b/ext/openssl/tests/gh19369.phpt @@ -10,10 +10,6 @@ if (!in_array('sha256WithRSAEncryption', openssl_get_md_methods(true))) { ?> --FILE--