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
This commit is contained in:
Matt Johnston
2013-11-14 22:05:47 +08:00
parent de1deaf0bd
commit cbe63bbabe
26 changed files with 26 additions and 26 deletions

View File

@@ -53,7 +53,7 @@
#include "gendss.h"
#include "ecdsa.h"
#include "crypto_desc.h"
#include "random.h"
#include "dbrandom.h"
#include "gensignkey.h"
static void printhelp(char * progname);