comparison dropbearkey.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 f4bb964c8678
children 6fb4c010c448
comparison
equal deleted inserted replaced
857:c19acba28590 858:220f55d540ae
51 51
52 #include "genrsa.h" 52 #include "genrsa.h"
53 #include "gendss.h" 53 #include "gendss.h"
54 #include "ecdsa.h" 54 #include "ecdsa.h"
55 #include "crypto_desc.h" 55 #include "crypto_desc.h"
56 #include "random.h" 56 #include "dbrandom.h"
57 #include "gensignkey.h" 57 #include "gensignkey.h"
58 58
59 static void printhelp(char * progname); 59 static void printhelp(char * progname);
60 60
61 61