]> git.sesse.net Git - ffmpeg/commit
tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operation
authorMartin Storsjö <martin@martin.st>
Thu, 16 Aug 2018 07:55:41 +0000 (09:55 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 17 Aug 2018 10:08:28 +0000 (13:08 +0300)
commit6a9c00c09d2bc50c0ea64ba092b2f4afc46aa978
tree478a86e980d71dfea5279ffe78d0341d4078b04b
parent22f98ac19cf29f22b3e1d10314df9503f06fe683
tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operation

This was a typo in 0671eb2346c, spotted by Chris Carroux.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/tls_openssl.c