Oops; that function got renamed.

This commit is contained in:
Nick Mathewson 2011-05-17 19:45:05 -04:00
parent 480a75cbbd
commit 2e07925a52

View 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;