mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
openssl v1.1 interface changes - this is beta!
This commit is contained in:
parent
f50e14a904
commit
8671dbd31a
9 changed files with 123 additions and 56 deletions
8
hydra.h
8
hydra.h
|
@ -41,6 +41,14 @@
|
|||
|
||||
#define OPTION_SSL 1
|
||||
|
||||
#ifdef LIBOPENSSL
|
||||
#ifndef NO_RSA_LEGACY
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
#define NO_RSA_LEGACY
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define PORT_NOPORT -1
|
||||
#define PORT_FTP 21
|
||||
#define PORT_FTP_SSL 990
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue