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 --- cli-kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-kex.c') diff --git a/cli-kex.c b/cli-kex.c index 18285ac..55b0041 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -33,7 +33,7 @@ #include "ssh.h" #include "packet.h" #include "bignum.h" -#include "random.h" +#include "dbrandom.h" #include "runopts.h" #include "signkey.h" #include "ecc.h" -- cgit v1.2.3