]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Oops; that function got renamed.
authorNick Mathewson <nickm@torproject.org>
Tue, 17 May 2011 23:45:05 +0000 (19:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 17 May 2011 23:45:05 +0000 (19:45 -0400)
src/or/routerparse.c

index 57436f75e0a8a7c3d7b59e84f166b1d173598490..ce98a47b6766b085bde1ab915eb656bc34bc92ce 100644 (file)
@@ -4336,7 +4336,7 @@ microdescs_parse_from_string(const char *s, const char *eos,
     }
 
     tok = find_by_keyword(tokens, K_ONION_KEY);
-    if (!crypto_pk_check_key_public_exponent(tok->key)) {
+    if (!crypto_pk_public_exponent_ok(tok->key)) {
       log_warn(LD_DIR,
                "Relay's onion key had invalid exponent.");
       goto next;