From 6b0d47b3645c987b457a6f2562db093827421382 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 23 May 2013 22:18:33 +0800 Subject: hackish ECC import code from OpenSSH --HG-- branch : ecc --- dropbearconvert.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dropbearconvert.c') diff --git a/dropbearconvert.c b/dropbearconvert.c index 9e16fe7..01fe373 100644 --- a/dropbearconvert.c +++ b/dropbearconvert.c @@ -62,6 +62,9 @@ int main(int argc, char ** argv) { 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; -- cgit v1.2.3