changeset 1500:35f38af1238b

Remove accidentally committed DROPBEAR_FUZZ
author Matt Johnston <matt@ucc.asn.au>
date Fri, 16 Feb 2018 23:17:15 +0800
parents 2d450c1056e3
children 1028b0111f89
files svr-authpubkey.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/svr-authpubkey.c	Thu Jul 20 19:38:26 2017 +0000
+++ b/svr-authpubkey.c	Fri Feb 16 23:17:15 2018 +0800
@@ -473,12 +473,4 @@
 	return DROPBEAR_SUCCESS;
 }
 
-#ifdef DROPBEAR_FUZZ
-int fuzz_checkpubkey_line(buffer* line, int line_num, char* filename,
-		const char* algo, unsigned int algolen,
-		const unsigned char* keyblob, unsigned int keybloblen) {
-	return checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen);
-}
 #endif
-
-#endif