summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/algo.h b/algo.h
index 500c449..4be7cf3 100644
--- a/algo.h
+++ b/algo.h
@@ -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_ */