diff --git a/functions/openssl.xml b/functions/openssl.xml index 9907aef3cf..c960c6fcb6 100644 --- a/functions/openssl.xml +++ b/functions/openssl.xml @@ -1,5 +1,5 @@ - + OpenSSL functions OpenSSL @@ -206,7 +206,7 @@ \n"; ]]> @@ -305,7 +305,7 @@ while($msg = openssl_error_string) &warn.experimental.func; - Returns &true; on success, or &false; on error. If successful the opened + &return.success; If successful the opened data is returned in open_data. @@ -433,7 +433,7 @@ openssl_free_key($pk2); &warn.experimental.func; - Returns &true; on success, or &false; on failure. + &return.success; If successful the signature is returned in signature.