summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-algo.c')
-rw-r--r--common-algo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-algo.c b/common-algo.c
index 34e9efd..682724e 100644
--- a/common-algo.c
+++ b/common-algo.c
@@ -151,7 +151,7 @@ algo_type sshciphers[] = {
{"blowfish-cbc", 0, &dropbear_blowfish, 1, &dropbear_mode_cbc},
#endif
#ifdef DROPBEAR_NONE_CIPHER
- {"none", 0, (void*)&dropbear_nocipher, 1},
+ {"none", 0, (void*)&dropbear_nocipher, 1, &dropbear_mode_none},
#endif
{NULL, 0, NULL, 0}
};