avformat/tls: remove orphan ff_openssl_init/ff_openssl_deinit declarations

These declarations were left behind by f0913b3f16 which
removed support for OpenSSL < 1.1.0. Since OpenSSL >= 1.1.0
auto-initializes, neither function has an implementation or
caller.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
Jun Zhao
2026-06-27 15:10:37 +08:00
committed by Jun Zhao
parent a6ed750664
commit 8656a45be5

View File

@@ -125,9 +125,6 @@ int ff_ssl_gen_key_cert(char *key_buf, size_t key_sz, char *cert_buf, size_t cer
void ff_gnutls_init(void);
void ff_gnutls_deinit(void);
int ff_openssl_init(void);
void ff_openssl_deinit(void);
/**
* Whether the packet is a DTLS packet, as defined by RFC 5764 Section 5.1.2.
*/