diff sysoptions.h @ 1477:533e070b3126

Remove none cipher
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:40:23 +0800
parents 93d2bf610d0b
children 2d450c1056e3
line wrap: on
line diff
--- a/sysoptions.h	Fri Feb 09 23:35:07 2018 +0800
+++ b/sysoptions.h	Fri Feb 09 23:40:23 2018 +0800
@@ -243,10 +243,6 @@
 #endif
 #endif
 
-#ifndef DROPBEAR_NONE_CIPHER
-#define DROPBEAR_NONE_CIPHER 0
-#endif
-
 /* free memory before exiting */
 #define DROPBEAR_CLEANUP 1