Change #238562
Category | ffmpeg |
Changed by | Marvin Scholz <epirat07 | @gmail.com>
Changed at | Mon 07 Jul 2025 01:52:47 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 019ca5f01370942ca638f76c16cb4e35b37c7e80 |
Comments
avformat/tls_openssl: use SSL_CTX_set_min_proto_version Using SSL_CTX_set_options to disallow specific versions is discouraged by the documentation, which recommends to use SSL_CTX_set_min_proto_version instead.
Changed files
- libavformat/tls_openssl.c