diff 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
line wrap: on
line diff
--- a/dropbearconvert.c	Thu Nov 14 22:03:30 2013 +0800
+++ b/dropbearconvert.c	Thu Nov 14 22:05:47 2013 +0800
@@ -29,7 +29,7 @@
 #include "dbutil.h"
 #include "keyimport.h"
 #include "crypto_desc.h" 
-#include "random.h" 
+#include "dbrandom.h" 
 
 
 static int do_convert(int intype, const char* infile, int outtype,