diff --git a/src/kex1.c b/src/kex1.c index f4138284..63ea424d 100644 --- a/src/kex1.c +++ b/src/kex1.c @@ -36,6 +36,10 @@ #include "libssh/ssh1.h" #include "libssh/wrapper.h" +#if defined(HAVE_LIBCRYPTO) +#include "libcrypto-compat.h" +#endif + /* SSHv1 functions */ /* makes a STRING contating 3 strings : ssh-rsa1,e and n */