aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-26 19:29:57 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-26 19:29:57 +0100
commit055d6c01fff3324dbb38c2d81ad49ccfdb5432c2 (patch)
tree91703162538ff1bd3df00b07eb06d7470c1e8328 /src/or/router.c
parentf28014bf1aa4274a35404ccc37b559b5531f1835 (diff)
downloadtor-055d6c01fff3324dbb38c2d81ad49ccfdb5432c2.tar
tor-055d6c01fff3324dbb38c2d81ad49ccfdb5432c2.tar.gz
Write dynamic DH parameters to a file.
Instead of only writing the dynamic DH prime modulus to a file, write the whole DH parameters set for forward compatibility. At the moment we only accept '2' as the group generator. The DH parameters gets stored in base64-ed DER format to the 'dynamic_dh_params' file.
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 67e98da23..5d36939a8 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -484,7 +484,6 @@ v3_authority_check_key_expiry(void)
last_warned = now;
}
-
int
router_initialize_tls_context(void)
{