remove unused DEFAULT_CLIENT_NICKNAME

This commit is contained in:
pseudonymisaTor 2022-09-22 08:18:12 +00:00
parent 7a3d60d471
commit 5f04e1e062

View File

@ -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"