diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-05-26 18:42:17 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-05-26 18:42:17 +0800 |
commit | c2b1327debff9416d5e46d8b93a529e179edf85a (patch) | |
tree | 28de923d6c4e058ca5d17dc12575c70d83248845 /sysoptions.h | |
parent | f7ba7444e8fa4aae31070cc93822962d78941276 (diff) | |
parent | 57166b400c25c2e45b23639a413edc3620cf2812 (diff) |
merge
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysoptions.h b/sysoptions.h index 3072d3d..c12f5d1 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2013.57" +#define DROPBEAR_VERSION "2013.58" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION @@ -198,9 +198,6 @@ #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ #endif -/* Send an auth request straight away rather than trying "none" type to get a list */ -#define CLI_IMMEDIATE_AUTH - /* Changing this is inadvisable, it appears to have problems * with flushing compressed data */ #define DROPBEAR_ZLIB_MEM_LEVEL 8 |