From eb85974c017b66b0483f9a39421f7917caa01676 Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Wed, 27 Dec 2000 11:19:25 +0000 Subject: [PATCH] Cosmetics git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38346 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/openssl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/openssl.xml b/functions/openssl.xml index ab9d9aec77..a724ed672e 100644 --- a/functions/openssl.xml +++ b/functions/openssl.xml @@ -1,5 +1,5 @@ - OpenSSL Functions + OpenSSL functions OpenSSL @@ -79,7 +79,7 @@ openssl_get_publickey extracts the - public key from a X.509 certificate specified by + public key from an X.509 certificate specified by certificate and prepares it for use by other functions. @@ -147,7 +147,7 @@ openssl_free_key($pkeyid); openssl_seal - Seal data + Seal (encrypt) data Description @@ -214,7 +214,7 @@ openssl_free_key($pk2); openssl_sign - Sign data + Generate signature Description