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/dh/dh_gen.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/dh/dh_gen.c')
-rw-r--r-- | crypto/dh/dh_gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c index 6a5777cf6a..59137e0f05 100644 --- a/crypto/dh/dh_gen.c +++ b/crypto/dh/dh_gen.c @@ -43,7 +43,7 @@ int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, * for 3, p mod 12 == 5 <<<<< does not work for safe primes. * for 5, p mod 10 == 3 or 7 * - * Thanks to Phil Karn <karn@qualcomm.com> for the pointers about the + * Thanks to Phil Karn for the pointers about the * special generators and for answering some of my questions. * * I've implemented the second simple method :-). |