Displaying 1 result from an estimated 1 matches for "ssl_txt_all".
2016 Mar 07
2
Compilation fails: SSL_TXT_SSLV2 not defined
...ive] Error 1
make: *** [all] Error 2
In openssl/ssl.h the following is defined:
# define SSL_TXT_SSLV3 "SSLv3"
# define SSL_TXT_TLSV1 "TLSv1"
# define SSL_TXT_TLSV1_1 "TLSv1.1"
# define SSL_TXT_TLSV1_2 "TLSv1.2"
# define SSL_TXT_ALL "ALL"
Any suggestions on how to fix this?
Kind regards, Maarten