diff options
author | Nick Mathewson <nickm@torproject.org> | 2022-09-26 12:46:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2022-09-26 12:46:04 -0400 |
commit | 5afaf1856f01a0eeb894d259af84ddc1574a5d3b (patch) | |
tree | 325674a5df6d278344de821b60ca7c8ffad2cfb2 | |
parent | 982c50401c5e9bde6a1c3ef4bf7a9019e007ab03 (diff) | |
parent | 5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc (diff) | |
download | tor-5afaf1856f01a0eeb894d259af84ddc1574a5d3b.tar.gz tor-5afaf1856f01a0eeb894d259af84ddc1574a5d3b.zip |
Merge remote-tracking branch 'tor-gitlab/mr/614'
-rw-r--r-- | src/core/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h index dc8f516f0a..c6d9864b53 100644 --- a/src/core/or/or.h +++ b/src/core/or/or.h @@ -436,10 +436,6 @@ typedef enum { #define LEGAL_NICKNAME_CHARACTERS \ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -/** 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" - /** Name chosen by routers that don't configure nicknames */ #define UNNAMED_ROUTER_NICKNAME "Unnamed" |