fix for libressl

This commit is contained in:
van Hauser 2016-11-22 16:58:11 +01:00
parent bcf224097c
commit 796992d82d

View file

@ -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;