diff --git a/libavformat/network.c b/libavformat/network.c index 2d0503168e..8cc5aad6a9 100644 --- a/libavformat/network.c +++ b/libavformat/network.c @@ -29,8 +29,8 @@ int ff_tls_init(void) { - int ret; #if CONFIG_TLS_OPENSSL_PROTOCOL + int ret; if ((ret = ff_openssl_init()) < 0) return ret; #endif