From 85a6e8acca7af3a86ad609de8347af6ef7e17b48 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 1 Jan 2017 09:53:08 -0800 Subject: [PATCH] Fix doc reference --- openssl/src/pkcs5.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/pkcs5.rs b/openssl/src/pkcs5.rs index 8d6dcce8..9e1c2d26 100644 --- a/openssl/src/pkcs5.rs +++ b/openssl/src/pkcs5.rs @@ -22,7 +22,7 @@ pub struct KeyIvPair { /// v1.5 or PBKDF1 from PKCS#5 v2.0. /// /// New applications should not use this and instead use -/// `pkcs5_pbkdf2_hmac_sha1` or another more modern key derivation algorithm. +/// `pbkdf2_hmac` or another more modern key derivation algorithm. pub fn bytes_to_key(cipher: Cipher, digest: MessageDigest, data: &[u8],