comparison 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
comparison
equal deleted inserted replaced
834:e378da7eae5d 839:33207ed1174b
59 #endif 59 #endif
60 60
61 int intype, outtype; 61 int intype, outtype;
62 const char* infile; 62 const char* infile;
63 const char* outfile; 63 const char* outfile;
64
65 crypto_init();
66 seedrandom();
64 67
65 #ifdef DEBUG_TRACE 68 #ifdef DEBUG_TRACE
66 /* It's hard for it to get in the way _too_ much */ 69 /* It's hard for it to get in the way _too_ much */
67 debug_trace = 1; 70 debug_trace = 1;
68 #endif 71 #endif