diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-10 23:00:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-10 23:00:11 +0000 |
commit | 45cc25c0196aea33bfd207123cf2e128114dafd2 (patch) | |
tree | def4da10fb16bf5eba771fb3582e3227780b2a94 /src/or/or.h | |
parent | 67a1658da505035c007d7bc7800e395777889a8e (diff) | |
download | tor-45cc25c0196aea33bfd207123cf2e128114dafd2.tar.gz tor-45cc25c0196aea33bfd207123cf2e128114dafd2.zip |
minor fixes and notes
svn:r15111
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index c85242cc4b..271bef02a0 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -673,7 +673,8 @@ typedef enum { #define LEGAL_NICKNAME_CHARACTERS \ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -/** Name to use in client TLS certificates if no nickname is given. */ +/** Name to use in client TLS certificates if no nickname is given. Once + * Tor 0.1.2.x is obsolete, we can remove this. */ #define DEFAULT_CLIENT_NICKNAME "client" /** Number of bytes in a SOCKS4 header. */ |