]> granicus.if.org Git - libevent/commit
Add missing includes into openssl-compat.h
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 22 Nov 2017 07:33:15 +0000 (10:33 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 22 Nov 2017 07:35:01 +0000 (10:35 +0300)
commitc2c08e0203da93938fe35234fa3a1be4d1c3c2e1
tree47344ff3a0f38e25a966787c6c3f160d14765e5a
parent33e363f3dfcd21f5125134395e4a7b3531bc3066
Add missing includes into openssl-compat.h

Before it depends from the caller #include appropriate headers (at least
for OPENSSL_VERSION_NUMBER), but let's make it independent.

Fixes: #574
bufferevent_openssl.c
openssl-compat.h
sample/le-proxy.c
test/regress_ssl.c