comparison algo.h @ 996:47643024fc90

Disable non-delayed zlib for server
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jan 2015 21:38:27 +0800
parents c19acba28590
children deed0571cacc
comparison
equal deleted inserted replaced
995:6fb4c010c448 996:47643024fc90
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 ssh_compress[]; 53 extern algo_type ssh_compress[];
54 extern algo_type ssh_delaycompress[];
54 extern algo_type ssh_nocompress[]; 55 extern algo_type ssh_nocompress[];
55 56
56 extern const struct dropbear_cipher dropbear_nocipher; 57 extern const struct dropbear_cipher dropbear_nocipher;
57 extern const struct dropbear_cipher_mode dropbear_mode_none; 58 extern const struct dropbear_cipher_mode dropbear_mode_none;
58 extern const struct dropbear_hash dropbear_nohash; 59 extern const struct dropbear_hash dropbear_nohash;