diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-11-06 13:33:06 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-11-06 13:33:06 +0000 |
commit | 1912439526aff3ebb50aaf370b1744ba3d3e8fc5 (patch) | |
tree | 05f3021c106f9051c9b193bb2173554f591c5e7c /common-algo.c | |
parent | 800810a1816a0ac29ba2f5c77f8eed11a97566af (diff) |
Update nocrypto branch to current head
--HG--
branch : insecure-nocrypto
extra : convert_revision : 9e5e6e33be005d27cd5b3270c574edc45b5c2893
Diffstat (limited to 'common-algo.c')
-rw-r--r-- | common-algo.c | 2 |
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} }; |