From cbe63bbabe5628e29fde8f30702d90e975fc75fb Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 14 Nov 2013 22:05:47 +0800 Subject: rename random.h to dbrandom.h since some OSes have a system random.h --HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h --- genrsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genrsa.c') diff --git a/genrsa.c b/genrsa.c index 5df191e..cdc585d 100644 --- a/genrsa.c +++ b/genrsa.c @@ -25,7 +25,7 @@ #include "includes.h" #include "dbutil.h" #include "bignum.h" -#include "random.h" +#include "dbrandom.h" #include "rsa.h" #include "genrsa.h" -- cgit v1.2.3