Commit ff2459b9 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix EVP_DigestInit_ex with NULL digest



Calling EVP_DigestInit_ex which has already had the digest set up for it
should be possible. You are supposed to be able to pass NULL for the type.
However currently this seg faults.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(cherry picked from commit a0108702)
parent 8944d10e
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