Re: [FFmpeg-devel] [PATCH V1 2/2] lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

2019-12-10 Thread myp...@gmail.com
On Wed, Dec 11, 2019 at 3:47 AM James Almer wrote: > > On 12/10/2019 11:02 AM, Jun Zhao wrote: > > From: Jun Zhao > > > > 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: J

Re: [FFmpeg-devel] [PATCH V1 2/2] lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

2019-12-10 Thread James Almer
On 12/10/2019 11:02 AM, Jun Zhao wrote: > From: Jun Zhao > > 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 > --- > libavformat/tls_openssl.c |4 > 1 files c

[FFmpeg-devel] [PATCH V1 2/2] lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

2019-12-10 Thread Jun Zhao
From: Jun Zhao 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 --- libavformat/tls_openssl.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libavf