diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-09 00:36:04 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-09 00:36:04 +0800 |
commit | 7f091e70196cdcfbf80d16d508e6bed0bce38022 (patch) | |
tree | 4b2fbbf4ee71a61b9156e32d743118eb5a694d98 /algo.h | |
parent | 4f07805d0a658de4b8645ea12471269d006428a9 (diff) |
start on ecdsa keys
--HG--
branch : ecc
Diffstat (limited to 'algo.h')
-rw-r--r-- | algo.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -93,7 +93,6 @@ struct dropbear_kex { const struct ltc_hash_descriptor *hashdesc; }; -void crypto_init(); int have_algo(char* algo, size_t algolen, algo_type algos[]); void buf_put_algolist(buffer * buf, algo_type localalgos[]); @@ -120,6 +119,4 @@ enum { DROPBEAR_COMP_ZLIB_DELAY, }; -extern int dropbear_ltc_prng; - #endif /* _ALGO_H_ */ |