Mercurial > dropbear
comparison common-algo.c @ 512:0129fd8ccc71 insecure-nocrypto
Update nocrypto branch to current head
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 06 Nov 2008 13:33:06 +0000 |
parents | 582cb38e4eb5 |
children | a4b7627b3157 |
comparison
equal
deleted
inserted
replaced
511:582cb38e4eb5 | 512:0129fd8ccc71 |
---|---|
149 #endif | 149 #endif |
150 #ifdef DROPBEAR_BLOWFISH | 150 #ifdef DROPBEAR_BLOWFISH |
151 {"blowfish-cbc", 0, &dropbear_blowfish, 1, &dropbear_mode_cbc}, | 151 {"blowfish-cbc", 0, &dropbear_blowfish, 1, &dropbear_mode_cbc}, |
152 #endif | 152 #endif |
153 #ifdef DROPBEAR_NONE_CIPHER | 153 #ifdef DROPBEAR_NONE_CIPHER |
154 {"none", 0, (void*)&dropbear_nocipher, 1}, | 154 {"none", 0, (void*)&dropbear_nocipher, 1, &dropbear_mode_none}, |
155 #endif | 155 #endif |
156 {NULL, 0, NULL, 0} | 156 {NULL, 0, NULL, 0} |
157 }; | 157 }; |
158 | 158 |
159 algo_type sshhashes[] = { | 159 algo_type sshhashes[] = { |