diff options
author | Rich Salz <rsalz@openssl.org> | 2017-10-10 23:55:09 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-10-13 16:06:59 +0200 |
commit | e3713c365c2657236439fea00822a43aa396d112 (patch) | |
tree | 78ecd05b53333ddec1aef6d130c92766277bcd05 /crypto/evp/p5_crpt2.c | |
parent | Add CRYPTO_get_alloc_counts. (diff) | |
download | openssl-e3713c365c2657236439fea00822a43aa396d112.tar.xz openssl-e3713c365c2657236439fea00822a43aa396d112.zip |
Remove email addresses from source code.
Names were not removed.
Some comments were updated.
Replace Andy's address with openssl.org
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4516)
Diffstat (limited to 'crypto/evp/p5_crpt2.c')
-rw-r--r-- | crypto/evp/p5_crpt2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c index b9ea1a7400..c6a15290eb 100644 --- a/crypto/evp/p5_crpt2.c +++ b/crypto/evp/p5_crpt2.c @@ -25,8 +25,7 @@ static void h__dump(const unsigned char *p, int len); /* * This is an implementation of PKCS#5 v2.0 password based encryption key * derivation function PBKDF2. SHA1 version verified against test vectors - * posted by Peter Gutmann <pgut001@cs.auckland.ac.nz> to the PKCS-TNG - * <pkcs-tng@rsa.com> mailing list. + * posted by Peter Gutmann to the PKCS-TNG mailing list. */ int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, |