comparison 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
comparison
equal deleted inserted replaced
805:724c3e0c8734 806:71e7d31f7671
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