Mercurial > dropbear
comparison algo.h @ 575:f9b5dc0cba61
- Disable compression for non-final multihops
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 11 Sep 2009 14:02:04 +0000 |
parents | 43bbe17d6ba0 |
children | 4edea9f363d0 |
comparison
equal
deleted
inserted
replaced
574:b6665c1eac43 | 575:f9b5dc0cba61 |
---|---|
48 /* lists mapping ssh types of algorithms to internal values */ | 48 /* lists mapping ssh types of algorithms to internal values */ |
49 extern algo_type sshkex[]; | 49 extern algo_type sshkex[]; |
50 extern algo_type sshhostkey[]; | 50 extern algo_type sshhostkey[]; |
51 extern algo_type sshciphers[]; | 51 extern algo_type sshciphers[]; |
52 extern algo_type sshhashes[]; | 52 extern algo_type sshhashes[]; |
53 extern algo_type sshcompress[]; | 53 extern algo_type ssh_compress[]; |
54 extern algo_type ssh_nocompress[]; | |
54 | 55 |
55 extern const struct dropbear_cipher dropbear_nocipher; | 56 extern const struct dropbear_cipher dropbear_nocipher; |
56 extern const struct dropbear_cipher_mode dropbear_mode_none; | 57 extern const struct dropbear_cipher_mode dropbear_mode_none; |
57 extern const struct dropbear_hash dropbear_nohash; | 58 extern const struct dropbear_hash dropbear_nohash; |
58 | 59 |