comparison dropbearconvert.c @ 858:220f55d540ae

rename random.h to dbrandom.h since some OSes have a system random.h
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:05:47 +0800
parents d7d9f1612d51
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
857:c19acba28590 858:220f55d540ae
27 #include "signkey.h" 27 #include "signkey.h"
28 #include "buffer.h" 28 #include "buffer.h"
29 #include "dbutil.h" 29 #include "dbutil.h"
30 #include "keyimport.h" 30 #include "keyimport.h"
31 #include "crypto_desc.h" 31 #include "crypto_desc.h"
32 #include "random.h" 32 #include "dbrandom.h"
33 33
34 34
35 static int do_convert(int intype, const char* infile, int outtype, 35 static int do_convert(int intype, const char* infile, int outtype,
36 const char* outfile); 36 const char* outfile);
37 37