diff algo.h @ 766:d1575fdc29a6 ecc

start on ecdsa keys
author Matt Johnston <matt@ucc.asn.au>
date Tue, 09 Apr 2013 00:36:04 +0800
parents ac2158e3e403
children 70625eed40c9
line wrap: on
line diff
--- a/algo.h	Mon Apr 08 23:56:31 2013 +0800
+++ b/algo.h	Tue Apr 09 00:36:04 2013 +0800
@@ -93,7 +93,6 @@
 	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 @@
 	DROPBEAR_COMP_ZLIB_DELAY,
 };
 
-extern int dropbear_ltc_prng;
-
 #endif /* _ALGO_H_ */