summaryrefslogtreecommitdiffstats
path: root/doc/crypto/EVP_BytesToKey.pod
diff options
context:
space:
mode:
authorMatt Caswell <frodo@baggins.org>2014-04-26 21:44:26 +0100
committerMatt Caswell <frodo@baggins.org>2014-04-26 21:44:26 +0100
commit6bcc4475fcdb2ea5daae80cbb2a5a5fcf677ac23 (patch)
tree34b44c896691024b7ed8d5068a7b372a69e06cfd /doc/crypto/EVP_BytesToKey.pod
parent8acb953880bc7fc5ed4e339de06dff0a213fa274 (diff)
PKCS5_PBKDF2_HMAC documentation submitted by Jeffrey Walton
Diffstat (limited to 'doc/crypto/EVP_BytesToKey.pod')
-rw-r--r--doc/crypto/EVP_BytesToKey.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/crypto/EVP_BytesToKey.pod b/doc/crypto/EVP_BytesToKey.pod
index cd09b68ca8..d07ae6c7b5 100644
--- a/doc/crypto/EVP_BytesToKey.pod
+++ b/doc/crypto/EVP_BytesToKey.pod
@@ -60,6 +60,7 @@ EVP_BytesToKey() returns the size of the derived key in bytes, or 0 on error.
=head1 SEE ALSO
L<evp(3)|evp(3)>, L<rand(3)|rand(3)>,
+L<PKCS5_PBKDF2_HMAC(3)|PKCS5_PBKDF2_HMAC(3)>,
L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>
=head1 HISTORY