Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()
authorRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 10:47:24 +0000 (10:47 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 10:47:24 +0000 (10:47 +0000)
commit8aef252bf4a737bfb10eed1b5d49f44b5ea218d5
treed58d73943472980ff3201f4fe81f71dc6dc1e950
parent4f9b306ca7495207b23f08aaabf0e7e25857e48b
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
CHANGES
crypto/pkcs7/pk7_doit.c