From: Jeffrey Walton Date: Thu, 17 Jul 2014 10:25:02 +0000 (+0100) Subject: Fix typo, add reference. X-Git-Tag: OpenSSL_1_0_2-beta2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ccd120f5f85c6fe61bcab6d635e4fdc22df4722;p=openssl Fix typo, add reference. PR#3456 Reviewed-by: Stephen Henson Reviewed-by: Matt Caswell (cherry picked from commit d48e78f0cf22aaddb563f4bcfccf25b1a45ac8a4) --- diff --git a/doc/crypto/pem.pod b/doc/crypto/pem.pod index 54414a3f6f..21e9fe3b98 100644 --- a/doc/crypto/pem.pod +++ b/doc/crypto/pem.pod @@ -450,9 +450,9 @@ byte B encoded as a set of hexadecimal digits. After this is the base64 encoded encrypted data. -The encryption key is determined using EVP_bytestokey(), using B and an +The encryption key is determined using EVP_BytesToKey(), using B and an iteration count of 1. The IV used is the value of B and *not* the IV -returned by EVP_bytestokey(). +returned by EVP_BytesToKey(). =head1 BUGS @@ -474,3 +474,7 @@ The read routines return either a pointer to the structure read or NULL if an error occurred. The write routines return 1 for success or 0 for failure. + +=head1 SEE ALSO + +L, L