summaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-05 19:40:26 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-05 19:40:26 +0000
commita51deb9a9c7bf33ba353e008724c150bddde144b (patch)
tree5797a9e4129ba027269bb48f4e3d4571f98fe473 /src/common/tortls.h
parent2866c53eec8cd592955f15cec1a317e04aaafc7f (diff)
downloadtor-a51deb9a9c7bf33ba353e008724c150bddde144b.tar.gz
tor-a51deb9a9c7bf33ba353e008724c150bddde144b.zip
r17903@catbus: nickm | 2008-02-05 14:40:03 -0500
Remove some dead code; fix some XXX020s; turn some XXX020s into XXXX_IP6s (i.e., "needs to be fixed when we add ipv6 support"). svn:r13382
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index b802285bde..cc9a7c1484 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -22,7 +22,7 @@ typedef struct tor_tls_t tor_tls_t;
/* Possible return values for most tor_tls_* functions. */
#define _MIN_TOR_TLS_ERROR_VAL -9
#define TOR_TLS_ERROR_MISC -9
-/* Rename to unexpected close or something. XXX020 */
+/* Rename to unexpected close or something. XXXX */
#define TOR_TLS_ERROR_IO -8
#define TOR_TLS_ERROR_CONNREFUSED -7
#define TOR_TLS_ERROR_CONNRESET -6