dtls: Don't abort on non-fatal issues
authorEdward Hervey <edward@centricular.com>
Wed, 13 Feb 2019 16:24:50 +0000 (17:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 13 Feb 2019 17:48:46 +0000 (17:48 +0000)
commit06b18defc7515c047f7cf51c6843504786758f21
tree1df4a2978ba1aa2fe1106c938f92a281cc933e20
parent3bc9bd2b99797cef15c79d63dea5cd262756ed97
dtls: Don't abort on non-fatal issues

OpenSSL will take care of returning valid context if there are
only non-fatal issues. Don't abort in those cases and instead just
print out the issues

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811
ext/dtls/gstdtlsagent.c