From 261bf4c4d48b36e0faed2ae229ce0adfc02fd3d8 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 5 Aug 2005 22:08:57 +0000 Subject: rfc 3536 "provides a glossary of terms used in the IETF when discussing internationalization." svn:r4723 --- src/common/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/crypto.c') diff --git a/src/common/crypto.c b/src/common/crypto.c index 03bab77ae..c75ab2694 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1280,7 +1280,7 @@ static void init_dh_param(void) { supposedly it equals: 2^1024 - 2^960 - 1 + 2^64 * { [2^894 pi] + 129093 }. */ - /* See also rfc 3536 */ + /* See also rfc 2409 */ r = BN_hex2bn(&p, "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E08" "8A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B" -- cgit v1.2.3