commit 5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc
parent 7a3d60d4712f9e8c5f2d39dce93ee31caf1d0a21
Author: pseudonymisaTor <1397-pseudonymisaTor@gitlab.torproject.org>
Date: Thu, 22 Sep 2022 08:18:12 +0000
remove unused DEFAULT_CLIENT_NICKNAME
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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"