From 5c65b0e57494d09ce05a625479885b20b7f91ee0 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 22 Feb 2007 15:29:32 +0000 Subject: Improve known_hosts checking. --- svr-authpubkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-authpubkey.c') diff --git a/svr-authpubkey.c b/svr-authpubkey.c index 3942bd5..d611c89 100644 --- a/svr-authpubkey.c +++ b/svr-authpubkey.c @@ -231,7 +231,7 @@ static int checkpubkey(unsigned char* algo, unsigned int algolen, TRACE(("checkpubkey: line pos = %d len = %d", line->pos, line->len)) - ret = cmp_base64_key(keyblob, keybloblen, algo, algolen, line); + ret = cmp_base64_key(keyblob, keybloblen, algo, algolen, line, NULL); if (ret == DROPBEAR_SUCCESS) { break; } -- cgit v1.2.1