summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
commite60a84d0ed81365a4ac24f06d574b7accb6ab2bd (patch)
tree87045d7ef102f381be34e53940b32438d3599e77 /algo.h
parentf025277147104ae0de018ab139a6ece9709ebdde (diff)
Various cleanups and fixes for warnings
--HG-- branch : ecc
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/algo.h b/algo.h
index 062fd1f..8cd4c9b 100644
--- a/algo.h
+++ b/algo.h
@@ -56,7 +56,6 @@ extern algo_type ssh_nocompress[];
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;