summaryrefslogtreecommitdiff
path: root/dropbearconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'dropbearconvert.c')
-rw-r--r--dropbearconvert.c3
1 files changed, 3 insertions, 0 deletions
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;