comparison common-runopts.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 d4ce5269a439
children 17d874ae93a1
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 "auth.h" 30 #include "auth.h"
31 #include "algo.h" 31 #include "algo.h"
32 #include "random.h" 32 #include "dbrandom.h"
33 33
34 runopts opts; /* GLOBAL */ 34 runopts opts; /* GLOBAL */
35 35
36 /* returns success or failure, and the keytype in *type. If we want 36 /* returns success or failure, and the keytype in *type. If we want
37 * to restrict the type, type can contain a type to return */ 37 * to restrict the type, type can contain a type to return */