comparison algo.h @ 997:e75316906852 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jan 2015 21:40:34 +0800
parents 47643024fc90
children deed0571cacc
comparison
equal deleted inserted replaced
986:8d0c33e8ddab 997:e75316906852
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;