diff svr-kex.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 7540c0822374
children 6c7a15668d5a
line wrap: on
line diff
--- a/svr-kex.c	Thu Nov 14 22:03:30 2013 +0800
+++ b/svr-kex.c	Thu Nov 14 22:05:47 2013 +0800
@@ -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 "gensignkey.h"