summaryrefslogtreecommitdiffhomepage
path: root/common-kex.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:05:47 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:05:47 +0800
commitcbe63bbabe5628e29fde8f30702d90e975fc75fb (patch)
tree031dc6a493f7f3813b81ec3d44819f8307c25964 /common-kex.c
parentde1deaf0bde9c0e67932420117caeb390f8ead98 (diff)
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
Diffstat (limited to 'common-kex.c')
-rw-r--r--common-kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-kex.c b/common-kex.c
index d627fd7..77a7aa6 100644
--- a/common-kex.c
+++ b/common-kex.c
@@ -32,7 +32,7 @@
#include "ssh.h"
#include "packet.h"
#include "bignum.h"
-#include "random.h"
+#include "dbrandom.h"
#include "runopts.h"
#include "ecc.h"
#include "crypto_desc.h"