[or-cvs] Missing header change) Do not warn about unknown servers in...
Nick Mathewson
nickm at seul.org
Wed Mar 15 05:06:29 UTC 2006
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv6120/src/or
Modified Files:
or.h
Log Message:
(Missing header change) Do not warn about unknown servers in our family when they are given as hex digests.
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -p -d -r1.806 -r1.807
--- or.h 15 Mar 2006 00:10:13 -0000 1.806
+++ or.h 15 Mar 2006 05:06:26 -0000 1.807
@@ -2240,6 +2240,7 @@ int router_dump_router_to_string(char *s
crypto_pk_env_t *ident_key);
int is_legal_nickname(const char *s);
int is_legal_nickname_or_hexdigest(const char *s);
+int is_legal_hexdigest(const char *s);
void router_reset_warnings(void);
void router_free_all(void);
More information about the tor-commits
mailing list