diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:46:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:46:50 -0400 |
commit | cd8f13b5cb0f91731653eba1adf0cc3ba597db6d (patch) | |
tree | 1c4156e29f5a69586cfe4bbbc8f11d865472f849 /src/or/or.h | |
parent | aa7b7922505ef8dfab6df49f5537ffba92322b09 (diff) | |
parent | 840c11b14e673abaa64ae3ba8dc1efcc92a2da27 (diff) | |
download | tor-cd8f13b5cb0f91731653eba1adf0cc3ba597db6d.tar.gz tor-cd8f13b5cb0f91731653eba1adf0cc3ba597db6d.zip |
Merge branch 'bug13736'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2f0a7789ad..ed185e37bd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3387,8 +3387,6 @@ typedef struct { char *Address; /**< OR only: configured address for this onion router. */ char *PidFile; /**< Where to store PID of Tor process. */ - 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 * consider as exits. */ |