From f7d32e30b09206981e509b9ec6a015bb87c1704d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 24 Sep 2003 10:35:20 +0000 Subject: [PATCH] Fix --- ext/openssl/tests/bug25614.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1