This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 8656a45be55a424af93e052e386ccac2ac46608b
Author:     Jun Zhao <[email protected]>
AuthorDate: Sat Jun 27 15:10:37 2026 +0800
Commit:     Jun Zhao <[email protected]>
CommitDate: Sun Jul 12 00:02:40 2026 +0000

    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 <[email protected]>
---
 libavformat/tls.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavformat/tls.h b/libavformat/tls.h
index f2f4f8991f..570c245ff4 100644
--- a/libavformat/tls.h
+++ b/libavformat/tls.h
@@ -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.
  */

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to