[tor-commits] [tor] branch main updated: remove unused DEFAULT_CLIENT_NICKNAME

gitolite role git at cupani.torproject.org
Mon Sep 26 16:46:11 UTC 2022


This is an automated email from the git hooks/post-receive script.

nickm pushed a commit to branch main
in repository tor.

The following commit(s) were added to refs/heads/main by this push:
     new 5f04e1e062 remove unused DEFAULT_CLIENT_NICKNAME
     new 5afaf1856f Merge remote-tracking branch 'tor-gitlab/mr/614'
5f04e1e062 is described below

commit 5f04e1e0626a8296a9a8a0e03f9c5a4bc52f46fc
Author: pseudonymisaTor <1397-pseudonymisaTor at gitlab.torproject.org>
AuthorDate: Thu Sep 22 08:18:12 2022 +0000

    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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list