1
1

kex1: Use libcrypto-compat.h for RSA_get0_key with OpenSSL

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Nikos Mavrogiannopoulos 2018-04-13 10:23:04 +02:00 коммит произвёл Andreas Schneider
родитель f3a19d8c96
Коммит a95bc8a016

Просмотреть файл

@ -37,6 +37,10 @@
#include "libssh/wrapper.h" #include "libssh/wrapper.h"
#include "libssh/dh.h" #include "libssh/dh.h"
#if defined(HAVE_LIBCRYPTO)
#include "libcrypto-compat.h"
#endif
/* SSHv1 functions */ /* SSHv1 functions */
/* makes a STRING contating 3 strings : ssh-rsa1,e and n */ /* makes a STRING contating 3 strings : ssh-rsa1,e and n */