Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/algo.h Sat Nov 09 00:14:28 2013 +0800 +++ b/algo.h Tue Nov 12 23:02:32 2013 +0800 @@ -56,7 +56,6 @@ extern const struct dropbear_cipher dropbear_nocipher; extern const struct dropbear_cipher_mode dropbear_mode_none; extern const struct dropbear_hash dropbear_nohash; -extern const struct dropbear_kex kex_curve25519; struct dropbear_cipher { const struct ltc_cipher_descriptor *cipherdesc;