summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-10 10:09:19 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-10 10:09:19 -0400
commit20e0e7d9d128af80c1af3b8b83214236387ba88f (patch)
tree1a92d101baa885120fbee613db48df8c56fe4289 /src/or/or.h
parent38f3f3baf9e2e2e76b804afa635f94fb466babc8 (diff)
downloadtor-20e0e7d9d128af80c1af3b8b83214236387ba88f.tar.gz
tor-20e0e7d9d128af80c1af3b8b83214236387ba88f.zip
Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 3609d32b77..ec27184c1d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3578,8 +3578,8 @@ typedef struct {
/** If true, do not enable IOCP on windows with bufferevents, even if
* we think we could. */
int DisableIOCP;
- /** For testing only: will go away in 0.2.3.x. */
- int _UseFilteringSSLBufferevents;
+ /** For testing only: will go away eventually. */
+ int UseFilteringSSLBufferevents;
/** Set to true if the TestingTorNetwork configuration option is set.
* This is used so that options_validate() has a chance to realize that