diff dropbearconvert.c @ 839:33207ed1174b

Merge in ECC
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Oct 2013 22:57:21 +0800
parents 71e7d31f7671
children d7d9f1612d51
line wrap: on
line diff
--- a/dropbearconvert.c	Wed Oct 16 22:55:03 2013 +0800
+++ b/dropbearconvert.c	Mon Oct 21 22:57:21 2013 +0800
@@ -62,6 +62,9 @@
 	const char* infile;
 	const char* outfile;
 
+	crypto_init();
+	seedrandom();
+
 #ifdef DEBUG_TRACE
 	/* It's hard for it to get in the way _too_ much */
 	debug_trace = 1;