dtlsconnection: Ignore OpenSSL system call errors
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Mon, 5 Oct 2020 20:40:55 +0000 (16:40 -0400)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 10 Oct 2020 15:34:21 +0000 (15:34 +0000)
commit8a0d1d85cf4787aa0923815c2a35015ff00c463e
treebe5e621f70636f9fd8b2d8c9c2a4ccf5c42bd5dd
parent3ea6387f969c0b08027fc959b8b8cd102708bceb
dtlsconnection: Ignore OpenSSL system call errors

OpenSSL shouldn't be making real system calls, so we can safely
ignore syscall errors. System interactions should happen through
our BIO. So especially don't look at the system's errno, as it
should be meaningless.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1656>
ext/dtls/gstdtlsconnection.c