summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-07-08 14:46:00 +1000
committerteor <teor2345@gmail.com>2016-08-24 11:02:00 +1000
commit10aa913accaf81d72dba6f1bcd9dcc128d9d8703 (patch)
tree8e7d4db300c9bc8c5a5b1f25c45aa9107ea6f3b7 /src/or/or.h
parentcad9046632aa168eabda1694775393b38922a03e (diff)
downloadtor-10aa913accaf81d72dba6f1bcd9dcc128d9d8703.tar.gz
tor-10aa913accaf81d72dba6f1bcd9dcc128d9d8703.zip
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor
Rely on onion_populate_cpath to check that we're only using TAP for the rare hidden service cases. Check and log if handshakes only support TAP when they should support ntor.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index af40cf7e81..e0a30e7df7 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4456,9 +4456,6 @@ typedef struct {
char *TLSECGroup; /**< One of "P256", "P224", or nil for auto */
- /** Autobool: should we use the ntor handshake if we can? */
- int UseNTorHandshake;
-
/** Fraction: */
double PathsNeededToBuildCircuits;