Re: [FFmpeg-devel] [PATCH] avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSLL versions

2019-12-19 Thread James Almer
On 12/11/2019 1:39 PM, James Almer wrote: > On 12/11/2019 1:37 PM, Gyan wrote: >> A few typos: >> >> (in commit title) >> OpenSLL --> OpenSSL >> >> On 11-12-2019 09:45 pm, James Almer wrote: >>> They have been removed altogheter without a compat implementatino, and >>> are >> altogheter -->

Re: [FFmpeg-devel] [PATCH] avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSLL versions

2019-12-11 Thread James Almer
On 12/11/2019 1:37 PM, Gyan wrote: > A few typos: > > (in commit title) > OpenSLL --> OpenSSL > > On 11-12-2019 09:45 pm, James Almer wrote: >> They have been removed altogheter without a compat implementatino, and >> are > altogheter --> altogether > > implementatino --> implementation

Re: [FFmpeg-devel] [PATCH] avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSLL versions

2019-12-11 Thread Gyan
A few typos: (in commit title) OpenSLL --> OpenSSL On 11-12-2019 09:45 pm, James Almer wrote: They have been removed altogheter without a compat implementatino, and are altogheter --> altogether implementatino --> implementation Gyan ___

[FFmpeg-devel] [PATCH] avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSLL versions

2019-12-11 Thread James Almer
They have been removed altogheter without a compat implementatino, and are either no-ops or return NULL. This fixes compiler warnings about checks always evaluating to false, and leaks of allocated mutexes. Signed-off-by: James Almer --- libavformat/tls_openssl.c | 6 +++--- 1 file changed, 3