> Le 9 juin 2016 à 02:29, Dan S a écrit :
>
> Hello, I've compiled openssl.1.0.2h on osx (32bit) and linked staticly my
> project with libcrypto.a and libssl/a, but I get 2 linking errors with
> "Symbol(s) not found":
>
> _TLSv1_2_method, referenced from ...
> and
> _BIO_test_flags, referenced
Hello,
According to this thread:
http://openssl.6102.n7.nabble.com/config-and-no-zlib-td42924.html
it would make sense to execute Configure with both "no-comp" and "zlib" options.
If I understand correctly, this would avoid to have the openssl library to use
compression for SSL/TLS by
Hello,
According to this thread:
http://openssl.6102.n7.nabble.com/config-and-no-zlib-td42924.html
it would make sense to execute Configure with both "no-comp" and "zlib" options.
If I understand correctly, this would avoid to have the openssl library to use
compression for SSL/TLS by