tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5afaf1856f01a0eeb894d259af84ddc1574a5d3b
parent 982c50401c5e9bde6a1c3ef4bf7a9019e007ab03
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Sep 2022 12:46:04 -0400

Merge remote-tracking branch 'tor-gitlab/mr/614'

Diffstat:
Msrc/core/or/or.h | 4----
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"