summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-25 14:11:23 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-09 10:30:52 -0400
commit039e2a24da522f483909e0eb55f963dce6e3b0e5 (patch)
treea60ac06bf84084532d98b3e5d0c02ebf55ade10e /src/or/or.h
parent8aedc589edf78a75092868192869fe84b5a53816 (diff)
downloadtor-039e2a24da522f483909e0eb55f963dce6e3b0e5.tar.gz
tor-039e2a24da522f483909e0eb55f963dce6e3b0e5.zip
config: Remove TLSECGroup option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans up the code associated with it. Partially fixes #22060 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index da3285038a..75b5fb3ba7 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4466,8 +4466,6 @@ typedef struct {
int IPv6Exit; /**< Do we support exiting to IPv6 addresses? */
- char *TLSECGroup; /**< One of "P256", "P224", or nil for auto */
-
/** Fraction: */
double PathsNeededToBuildCircuits;