Displaying 1 result from an estimated 1 matches for "ssl_txt_tlsv1".
Did you mean:
ssl_txt_tlsv1_3
2016 Mar 07
2
Compilation fails: SSL_TXT_SSLV2 not defined
...^
1 error generated.
make[3]: *** [iostream-openssl-common.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] 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