diff --git a/hydra-mod.c b/hydra-mod.c index 347473b..31487a5 100644 --- a/hydra-mod.c +++ b/hydra-mod.c @@ -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;