New upstream version 2.2
This commit is contained in:
parent
ea115afa68
commit
c845af032a
101 changed files with 4649 additions and 22969 deletions
|
@ -161,6 +161,13 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* openssl 1.1 does not set OPENSSL_NO_SSL2 by default but ships without ssl2 */
|
||||
#ifdef OPENSSL_VERSION_NUMBER
|
||||
# if OPENSSL_VERSION_NUMBER >= 0x10100000
|
||||
# define OPENSSL_NO_SSL2
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
*
|
||||
* Standard Values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue