missing openssl/dh.h

This commit is contained in:
Damien Miller 2016-07-15 19:14:48 +10:00
parent 4a984fd342
commit bd5f2b78b6

1
kex.c
View File

@ -35,6 +35,7 @@
#ifdef WITH_OPENSSL
#include <openssl/crypto.h>
#include <openssl/dh.h>
#endif
#include "ssh2.h"