mirror of
https://github.com/mirror/wget.git
synced 2025-01-07 10:50:34 +08:00
fix implicit decl warning
This commit is contained in:
parent
64a3d521de
commit
4ea40809cb
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user