File openssl-1_0_0-disable-verify-test.patch of Package openssl-1_0_0
diff -Naru openssl-1.0.2u_orig/test/Makefile openssl-1.0.2u/test/Makefile --- openssl-1.0.2u_orig/test/Makefile 2019-12-20 22:02:41.000000000 +0900 +++ openssl-1.0.2u/test/Makefile 2025-09-09 13:17:28.919584582 +0900 @@ -156,7 +156,7 @@ test_rmd test_rc2 test_rc4 test_rc5 test_bf test_cast test_aes \ test_rand test_bn test_ec test_ecdsa test_ecdh \ test_enc test_x509 test_rsa test_crl test_sid \ - test_gen test_req test_pkcs7 test_verify test_dh test_dsa \ + test_gen test_req test_pkcs7 test_dh test_dsa \ test_ss test_ca test_engine test_evp test_evp_extra test_ssl test_tsa test_ige \ test_jpake test_srp test_cms test_ocsp test_v3name test_heartbeat \ test_constant_time test_verify_extra test_clienthello test_sslv2conftest \