fix implicit decl warning

This commit is contained in:
Tim Rühsen 2014-10-30 15:44:04 +01:00
parent 64a3d521de
commit 4ea40809cb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-10-30 Mike Frysinger <vapier@gentoo.org>
* openssl.c: fix implicit decl warning
2014-10-29 Peter Meiser <meiser@gmx-topmail.de> (tiny change)
* openssl.c (ssl_init) [! OPENSSL_NO_SSL3]: Add guard for OpenSSL

View File

@ -43,6 +43,7 @@ as that of the covered work. */
#include <openssl/bio.h>
#if OPENSSL_VERSION_NUMBER >= 0x00907000
#include <openssl/conf.h>
#include <openssl/engine.h>
#endif
#include "utils.h"