diff options
Diffstat (limited to 'common-kex.c')
-rw-r--r-- | common-kex.c | 2 |
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" |