Mercurial > dropbear
comparison algo.h @ 852:7540c0822374 ecc
Various cleanups and fixes for warnings
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 12 Nov 2013 23:02:32 +0800 |
parents | 6c69e7df3621 |
children | c19acba28590 |
comparison
equal
deleted
inserted
replaced
851:c1c1b43f78c2 | 852:7540c0822374 |
---|---|
54 extern algo_type ssh_nocompress[]; | 54 extern algo_type ssh_nocompress[]; |
55 | 55 |
56 extern const struct dropbear_cipher dropbear_nocipher; | 56 extern const struct dropbear_cipher dropbear_nocipher; |
57 extern const struct dropbear_cipher_mode dropbear_mode_none; | 57 extern const struct dropbear_cipher_mode dropbear_mode_none; |
58 extern const struct dropbear_hash dropbear_nohash; | 58 extern const struct dropbear_hash dropbear_nohash; |
59 extern const struct dropbear_kex kex_curve25519; | |
60 | 59 |
61 struct dropbear_cipher { | 60 struct dropbear_cipher { |
62 const struct ltc_cipher_descriptor *cipherdesc; | 61 const struct ltc_cipher_descriptor *cipherdesc; |
63 const unsigned long keysize; | 62 const unsigned long keysize; |
64 const unsigned char blocksize; | 63 const unsigned char blocksize; |