diff dropbearconvert.c @ 806:71e7d31f7671 ecc

hackish ECC import code from OpenSSH
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 May 2013 22:18:33 +0800
parents c85c88500ea6
children d7d9f1612d51
line wrap: on
line diff
--- a/dropbearconvert.c	Thu May 23 22:18:16 2013 +0800
+++ b/dropbearconvert.c	Thu May 23 22:18:33 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;