aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:08:31 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:08:31 +0100
commit1d1d5ae7f8f91b62f0e86081ff1f7255c545383b (patch)
treefde11216eb7fb0ba4265660af3fc158d0c95fc91 /src/or
parent7c37a664c17f4dd9748f096ea385c3627cc323fa (diff)
downloadtor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.tar.gz
tor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.zip
Finishing touches.
- Make check-spaces happy. - Remove a stray header from crypto.h
Diffstat (limited to 'src/or')
-rw-r--r--src/or/or.h2
-rw-r--r--src/or/router.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e3feeedc27..ec49014d94 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2873,7 +2873,7 @@ typedef struct {
char *Address; /**< OR only: configured address for this onion router. */
char *PidFile; /**< Where to store PID of Tor process. */
- int DynamicDHGroups; /**< Enable dynamic generation of primes for use in DH. */
+ int DynamicDHGroups; /**< Dynamic generation of prime moduli for use in DH.*/
routerset_t *ExitNodes; /**< Structure containing nicknames, digests,
* country codes and IP address patterns of ORs to
diff --git a/src/or/router.h b/src/or/router.h
index b9e9f2a713..f9d156cb09 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -28,7 +28,6 @@ void dup_onion_keys(crypto_pk_env_t **key, crypto_pk_env_t **last);
void rotate_onion_key(void);
crypto_pk_env_t *init_key_from_file(const char *fname, int generate,
int severity);
-
void v3_authority_check_key_expiry(void);
int init_keys(void);