Browse Source

(Missing header change) Do not warn about unknown servers in our family when they are given as hex digests.

svn:r6164
Nick Mathewson 19 years ago
parent
commit
d0f24b1e46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/or.h

+ 1 - 0
src/or/or.h

@@ -2240,6 +2240,7 @@ int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
                                  crypto_pk_env_t *ident_key);
                                  crypto_pk_env_t *ident_key);
 int is_legal_nickname(const char *s);
 int is_legal_nickname(const char *s);
 int is_legal_nickname_or_hexdigest(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_reset_warnings(void);
 void router_free_all(void);
 void router_free_all(void);