diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-11 10:59:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-11 10:59:11 -0400 |
commit | 77e51224faf1963241e207004133a2350ad23e5c (patch) | |
tree | 315f14f0fe88b959d513b601439dbd007e9a671f /src/or/or.h | |
parent | ab338e3bb8220de6c38d2b689f2e9593d256e9c4 (diff) | |
download | tor-77e51224faf1963241e207004133a2350ad23e5c.tar.gz tor-77e51224faf1963241e207004133a2350ad23e5c.zip |
Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelays
Closes ticket 4572.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index c323595f1e..a498a57083 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3270,10 +3270,6 @@ typedef struct { * number of servers per IP address shared * with an authority. */ - /** Should we assign the Guard flag to relays which would allow - * exploitation of CVE-2011-2768 against their clients? */ - int GiveGuardFlagTo_CVE_2011_2768_VulnerableRelays; - /** If non-zero, always vote the Fast flag for any relay advertising * this amount of capacity or more. */ uint64_t AuthDirFastGuarantee; |