Commit 8aef252b authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()

from `int' to `unsigned int' because it's a length and initialized by
EVP_DigestFinal() which expects an `unsigned int *'.

Submitted by: Richard Levitte <levitte@stacken.kth.se>
Reviewed by: Ralf S. Engelschall
parent 4f9b306c
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