Commit 0b415fb0 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Using int for the digest length in EVP_DigestFinal() broke some compilers.

Changed to unsigned int: also need an evil cast in pk7_doit.c because a
signed, unsigned comparison chokes VC++.
parent 199d59e5
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