Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 684f8f750a62aa4413b6eb791c009c75a694fa6f..0087fd55fb95e6ac044b70ee1e12e6d0cde36d42 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) 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 *'.
+     [Richard Levitte <levitte@stacken.kth.se>]
+
   *) Don't hard-code path to Perl interpreter on shebang line of Configure
      script. Instead use the usual Shell->Perl transition trick.
      [Ralf S. Engelschall]