mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
fix for libressl
This commit is contained in:
parent
bcf224097c
commit
796992d82d
1 changed files with 2 additions and 1 deletions
|
@ -490,8 +490,9 @@ RSA *ssl_temp_rsa_cb(SSL * ssl, int export, int keylength) {
|
||||||
#endif
|
#endif
|
||||||
return rsa;
|
return rsa;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(LIBOPENSSL)
|
||||||
int internal__hydra_connect_to_ssl(int socket, char *hostname) {
|
int internal__hydra_connect_to_ssl(int socket, char *hostname) {
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue