diff options
author | Wez Furlong <wez@php.net> | 2003-09-24 10:35:20 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-09-24 10:35:20 +0000 |
commit | f7d32e30b09206981e509b9ec6a015bb87c1704d (patch) | |
tree | 5d889823eabe1b07fa7d3ffabfe49996dada732b /ext/openssl | |
parent | ff4d200772bb06a90d91efa220929aa94152c04b (diff) | |
download | php-git-f7d32e30b09206981e509b9ec6a015bb87c1704d.tar.gz |
Fix
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/tests/bug25614.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug25614.phpt b/ext/openssl/tests/bug25614.phpt index ce57ea772d..dc8b23ffd6 100644 --- a/ext/openssl/tests/bug25614.phpt +++ b/ext/openssl/tests/bug25614.phpt @@ -8,4 +8,4 @@ $priv = openssl_pkey_new(); $pub = openssl_pkey_get_public($priv); ?> --EXPECTF-- -Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key (the documentation lied) %s +Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s |