Skip to content

dtls: Don't abort on non-fatal issues

Edward Hervey requested to merge bilboed/gst-plugins-bad:dtlsissue into master

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 #811 (closed)

Merge request reports