mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-24 15:15:43 -07:00
Merge 773bc7228f
into a88f18ee16
This commit is contained in:
commit
6815be6619
1 changed files with 2 additions and 2 deletions
|
@ -456,7 +456,7 @@ int internal__hydra_connect(char *host, int port, int protocol, int type) {
|
||||||
return ret;
|
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) {
|
RSA *ssl_temp_rsa_cb(SSL * ssl, int export, int keylength) {
|
||||||
int ok = 0;
|
int ok = 0;
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
|
#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue