]> granicus.if.org Git - libevent/commit
Make it build using OpenSSL 1.1.0
authorKurt Roeckx <kurt@roeckx.be>
Mon, 19 Sep 2016 20:05:15 +0000 (22:05 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 16 Oct 2016 16:05:24 +0000 (19:05 +0300)
commit3e9e0a0d46e4508e8782ec3787c6d86bab63046d
tree3c0761f0c8ad6d7672a7469b3583acd62d634ccd
parent6702da1a8ca6043aea662e191289869070e4f10d
Make it build using OpenSSL 1.1.0

Rebased (azat):
- tabs instead of whitespaces
- make openssl-compat.h safe for complex expressions
- do not call sk_SSL_COMP_free() in 1.1 (fixes double free)

TODO:
- clean methods_bufferevent

Closes: #397 (cherry-picked)
bufferevent_openssl.c
openssl-compat.h [new file with mode: 0644]
sample/https-client.c
sample/openssl_hostname_validation.c
test/regress_ssl.c