mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Clean up test for GH-19369 - openssl_sign issue
This commit is contained in:
parent
c8d7318daf
commit
066a977840
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ if (!in_array('sha256WithRSAEncryption', openssl_get_md_methods(true))) {
|
|||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$digests = openssl_get_md_methods();
|
||||
$digests_and_aliases = openssl_get_md_methods(true);
|
||||
$digest_aliases = array_diff($digests_and_aliases, $digests);
|
||||
|
||||
$data = "Testing openssl_sign() with alias algorithm";
|
||||
$privkey = "file://" . __DIR__ . "/private_rsa_1024.key";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue