diff svr-authpubkey.c @ 436:7282370416a0

Improve known_hosts checking.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Feb 2007 15:29:32 +0000
parents bf64e666f99b
children 4317be8b7cf9
line wrap: on
line diff
--- a/svr-authpubkey.c	Thu Feb 22 14:53:49 2007 +0000
+++ b/svr-authpubkey.c	Thu Feb 22 15:29:32 2007 +0000
@@ -231,7 +231,7 @@
 
 		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;
 		}