]> git.sesse.net Git - ffmpeg/commit
lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init
authorJun Zhao <barryjzhao@tencent.com>
Tue, 10 Dec 2019 09:41:56 +0000 (17:41 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Wed, 11 Dec 2019 06:48:18 +0000 (14:48 +0800)
commit4eae85a82f81fa2ff4c317797ca3d82caf35db86
treeb4b473ebeadc9602e7048a8b60829aeabbab0548
parente3c732bb0c9bbed9516bfabe0c1ea50d27cbb93f
lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

supporting both pre-1.1.0 and post-1.1.0 version of the OpenSSL
library as the link:
https://wiki.openssl.org/index.php/Library_Initialization

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavformat/tls_openssl.c