comparison options.h @ 44:45edf30ea0a6

Improved signkey code
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Aug 2004 15:51:55 +0000
parents 942b22d7dd1c
children 4b53a43f0082
comparison
equal deleted inserted replaced
43:942b22d7dd1c 44:45edf30ea0a6
225 #define DROPBEAR_KEX_DH_GROUP1 0 225 #define DROPBEAR_KEX_DH_GROUP1 0
226 226
227 #define DROPBEAR_SIGNKEY_ANY 0 227 #define DROPBEAR_SIGNKEY_ANY 0
228 #define DROPBEAR_SIGNKEY_RSA 1 228 #define DROPBEAR_SIGNKEY_RSA 1
229 #define DROPBEAR_SIGNKEY_DSS 2 229 #define DROPBEAR_SIGNKEY_DSS 2
230 #define DROPBEAR_SIGNKEY_NONE 3
230 231
231 #define DROPBEAR_COMP_NONE 0 232 #define DROPBEAR_COMP_NONE 0
232 #define DROPBEAR_COMP_ZLIB 1 233 #define DROPBEAR_COMP_ZLIB 1
233 234
234 /* Required for pubkey auth */ 235 /* Required for pubkey auth */