This commit is contained in:
Dario Lombardo 2016-10-13 09:39:12 +00:00 committed by GitHub
commit 6815be6619

View file

@ -456,7 +456,7 @@ int internal__hydra_connect(char *host, int port, int protocol, int type) {
return ret;
}
#ifdef LIBOPENSSL && !defined(LIBRESSL_VERSION_NUMBER)
#if defined LIBOPENSSL && !defined(LIBRESSL_VERSION_NUMBER)
RSA *ssl_temp_rsa_cb(SSL * ssl, int export, int keylength) {
int ok = 0;
#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)