mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -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
|
||||
return rsa;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(LIBOPENSSL)
|
||||
int internal__hydra_connect_to_ssl(int socket, char *hostname) {
|
||||
int err;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue