diff options
author | Damien Miller <djm@mindrot.org> | 2016-07-15 11:14:48 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-15 12:02:27 +0200 |
commit | bd5f2b78b69cf38d6049a0de445a79c8595e4a1f (patch) | |
tree | 854f39f3fc925c3c20cef0efe074ad77affc5ada /kex.c | |
parent | cast to avoid type warning in error message (diff) | |
download | openssh-bd5f2b78b69cf38d6049a0de445a79c8595e4a1f.tar.xz openssh-bd5f2b78b69cf38d6049a0de445a79c8595e4a1f.zip |
missing openssl/dh.h
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #ifdef WITH_OPENSSL #include <openssl/crypto.h> +#include <openssl/dh.h> #endif #include "ssh2.h" |