From 5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc Mon Sep 17 00:00:00 2001 From: pseudonymisaTor <1397-pseudonymisaTor@gitlab.torproject.org> Date: Thu, 22 Sep 2022 08:18:12 +0000 Subject: [PATCH] remove unused DEFAULT_CLIENT_NICKNAME --- src/core/or/or.h | 4 ---- 1 file changed, 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"