]> 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 <azat@libevent.org>
Sat, 2 Feb 2019 12:13:54 +0000 (15:13 +0300)
commit01bc36c1f49b55058b4a5cfa541bd60d69bed86d
treed999c537fed61b9ea12e9c8bdd3b3685fb20079f
parent27b59783f352bbef4f0c6346f62ca9637c85ac35
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
(cherry picked from commit c2c08e0203da93938fe35234fa3a1be4d1c3c2e1)
bufferevent_openssl.c
openssl-compat.h
sample/le-proxy.c
test/regress_ssl.c