Commit 60747ea2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove an OPENSSL_assert() and replace with a soft assert and check



Following on from CVE-2017-3733, this removes the OPENSSL_assert() check
that failed and replaces it with a soft assert, and an explicit check of
value with an error return if it fails.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 4ad93618
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment