diff svr-authpubkey.c @ 70:b0316ce64e4b

Merging in the changes from 0.41-0.43 main Dropbear tree
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 16:41:58 +0000
parents eee77ac31ccc
children 364a75cfebab
line wrap: on
line diff
--- a/svr-authpubkey.c	Thu Aug 12 15:41:36 2004 +0000
+++ b/svr-authpubkey.c	Thu Aug 12 16:41:58 2004 +0000
@@ -53,7 +53,7 @@
 	unsigned char testkey; /* whether we're just checking if a key is usable */
 	unsigned char* algo = NULL; /* pubkey algo */
 	unsigned int algolen;
-	unsigned char* keyblob;
+	unsigned char* keyblob = NULL;
 	unsigned int keybloblen;
 	buffer * signbuf = NULL;
 	sign_key * key = NULL;