Commit e91fbfd9 authored by James Almer's avatar James Almer

tls: fix compilation when both gnutls and openssl are enabled

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent f99fed73
......@@ -239,7 +239,7 @@ static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **op
struct addrinfo hints = { 0 }, *ai = NULL;
const char *proxy_path;
int use_proxy;
#if CONFIG_OPENSSL
#if CONFIG_OPENSSL && !CONFIG_GNUTLS
BIO *bio;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment