mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user