diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:40:23 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:40:23 +0800 |
commit | 4b021ae6f0b957eeab8bb6c6f20f20173c5e29f2 (patch) | |
tree | a258baa98812f93fd9cd53f2d0445ff40ad03abd /sysoptions.h | |
parent | a36f182b369aab5b387dd75c1983d76d4fb28d10 (diff) |
Remove none cipher
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysoptions.h b/sysoptions.h index 64b149e..7aa1314 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -243,10 +243,6 @@ #endif #endif -#ifndef DROPBEAR_NONE_CIPHER -#define DROPBEAR_NONE_CIPHER 0 -#endif - /* free memory before exiting */ #define DROPBEAR_CLEANUP 1 |