diff options
author | pseudonymisaTor <1397-pseudonymisaTor@gitlab.torproject.org> | 2022-09-22 08:18:12 +0000 |
---|---|---|
committer | pseudonymisaTor <1397-pseudonymisaTor@gitlab.torproject.org> | 2022-09-22 08:18:12 +0000 |
commit | 5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc (patch) | |
tree | 0dccb2e8e1a4e211bc2674942c8c718c2991ec54 | |
parent | 7a3d60d4712f9e8c5f2d39dce93ee31caf1d0a21 (diff) | |
download | tor-5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc.tar.gz tor-5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc.zip |
remove unused DEFAULT_CLIENT_NICKNAME
-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 392a848ee7..b4a18e7d71 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" |