diff --git a/reference/openssl/functions/openssl-pkcs7-encrypt.xml b/reference/openssl/functions/openssl-pkcs7-encrypt.xml index b2c30a2889..a816be2be0 100644 --- a/reference/openssl/functions/openssl-pkcs7-encrypt.xml +++ b/reference/openssl/functions/openssl-pkcs7-encrypt.xml @@ -1,5 +1,5 @@ - + @@ -61,9 +61,9 @@ fclose($fp); // encrypt it if (openssl_pkcs7_encrypt("msg.txt", "enc.txt", $key, - array("To" => "msisolak@gvpi.com", // keyed + array("To" => "nighthawk@example.com", // keyed syntax - "From: HQ ", // indexed syntax + "From: HQ ", // indexed syntax "Subject" => "Eyes only"))) { // message encrypted - send it! @@ -73,9 +73,6 @@ syntax - - This function was added in 4.0.6. -