From: Nick Mathewson Date: Tue, 17 May 2011 23:45:05 +0000 (-0400) Subject: Oops; that function got renamed. X-Git-Tag: tor-0.2.2.27-beta~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e07925a5285fd50626e853c48ab5b79eec8e933;p=thirdparty%2Ftor.git Oops; that function got renamed. --- diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 57436f75e0..ce98a47b67 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -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;