summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:00:14 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:00:14 +0100
commit782c907c7cbd3bf2bb75680f5d3deb2d984052de (patch)
treec27cf53f0fbbf0130c7f68f392a0b97abd924d1e /src/or/or.h
parentbdeb797a130c0d11dd6c1d7375eba468a09c6245 (diff)
downloadtor-782c907c7cbd3bf2bb75680f5d3deb2d984052de.tar.gz
tor-782c907c7cbd3bf2bb75680f5d3deb2d984052de.zip
s/DynamicPrimes/DynamicDHGroups/g
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index b2ea3bc7a7..e3feeedc27 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 DynamicPrimes; /**< Enable dynamic generation of primes for use in DH. */
+ int DynamicDHGroups; /**< Enable dynamic generation of primes for use in DH. */
routerset_t *ExitNodes; /**< Structure containing nicknames, digests,
* country codes and IP address patterns of ORs to