Mercurial > dropbear
comparison common-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 | c19acba28590 |
children | ff597bf2cfb0 |
comparison
equal
deleted
inserted
replaced
857:c19acba28590 | 858:220f55d540ae |
---|---|
30 #include "session.h" | 30 #include "session.h" |
31 #include "kex.h" | 31 #include "kex.h" |
32 #include "ssh.h" | 32 #include "ssh.h" |
33 #include "packet.h" | 33 #include "packet.h" |
34 #include "bignum.h" | 34 #include "bignum.h" |
35 #include "random.h" | 35 #include "dbrandom.h" |
36 #include "runopts.h" | 36 #include "runopts.h" |
37 #include "ecc.h" | 37 #include "ecc.h" |
38 #include "crypto_desc.h" | 38 #include "crypto_desc.h" |
39 | 39 |
40 /* diffie-hellman-group1-sha1 value for p */ | 40 /* diffie-hellman-group1-sha1 value for p */ |