Commit a0108702 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>
parent 8c5a7b33
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