comparison 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
comparison
equal deleted inserted replaced
69:59d16db56e9f 70:b0316ce64e4b
51 void svr_auth_pubkey() { 51 void svr_auth_pubkey() {
52 52
53 unsigned char testkey; /* whether we're just checking if a key is usable */ 53 unsigned char testkey; /* whether we're just checking if a key is usable */
54 unsigned char* algo = NULL; /* pubkey algo */ 54 unsigned char* algo = NULL; /* pubkey algo */
55 unsigned int algolen; 55 unsigned int algolen;
56 unsigned char* keyblob; 56 unsigned char* keyblob = NULL;
57 unsigned int keybloblen; 57 unsigned int keybloblen;
58 buffer * signbuf = NULL; 58 buffer * signbuf = NULL;
59 sign_key * key = NULL; 59 sign_key * key = NULL;
60 char* fp = NULL; 60 char* fp = NULL;
61 int type = -1; 61 int type = -1;