summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
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);