diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 15:51:55 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 15:51:55 +0000 |
commit | 7a854cb1f8ffb4ec8f81b8ec50cc42c165839ff3 (patch) | |
tree | 940a782c38b9283735af6f5170db69027d56c4d6 /options.h | |
parent | 9c91ea1caf8a7263d830de0bbd5f3b183940b595 (diff) |
Improved signkey code
--HG--
extra : convert_revision : fcf64cb4d2e273f80bf8c5f1d2dd00a0f4dc1acf
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ #define DROPBEAR_SIGNKEY_ANY 0 #define DROPBEAR_SIGNKEY_RSA 1 #define DROPBEAR_SIGNKEY_DSS 2 +#define DROPBEAR_SIGNKEY_NONE 3 #define DROPBEAR_COMP_NONE 0 #define DROPBEAR_COMP_ZLIB 1 |