[Pkg-openssl-changes] r91 - in openssl/trunk: . debian include/openssl

Kurt Roeckx kroeckx at costa.debian.org
Thu Nov 10 19:56:35 UTC 2005


Author: kroeckx
Date: 2005-11-10 19:56:35 +0000 (Thu, 10 Nov 2005)
New Revision: 91

Added:
   openssl/trunk/include/
Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/include/openssl/md2.h
   openssl/trunk/include/openssl/md4.h
   openssl/trunk/include/openssl/md5.h
   openssl/trunk/include/openssl/ripemd.h
   openssl/trunk/include/openssl/sha.h
Log:
Add includes for stddef to get size_t in md2.h, md4.h, md5.h,
ripemd.h and sha.h.  (Closes: #333101)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/debian/changelog	2005-11-10 19:56:35 UTC (rev 91)
@@ -13,6 +13,8 @@
   * Use -m64 instead of -bpowerpc64-linux on ppc64. (Closes: #335486)
   * Make powerpc and ppc64 use the assembler version for bn.  ppc64
     had the location in the string wrong, powerpc had it missing.
+  * Add includes for stddef to get size_t in md2.h, md4.h, md5.h,
+    ripemd.h and sha.h.  (Closes: #333101)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Wed,  9 Nov 2005 22:05:39 +0100
 

Copied: openssl/trunk/include (from rev 90, openssl/branches/upstream/current/include)

Modified: openssl/trunk/include/openssl/md2.h
===================================================================
--- openssl/branches/upstream/current/include/openssl/md2.h	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/include/openssl/md2.h	2005-11-10 19:56:35 UTC (rev 91)
@@ -59,6 +59,7 @@
 #ifndef HEADER_MD2_H
 #define HEADER_MD2_H
 
+#include <stddef.h>
 #include <openssl/opensslconf.h> /* OPENSSL_NO_MD2, MD2_INT */
 #ifdef OPENSSL_NO_MD2
 #error MD2 is disabled.

Modified: openssl/trunk/include/openssl/md4.h
===================================================================
--- openssl/branches/upstream/current/include/openssl/md4.h	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/include/openssl/md4.h	2005-11-10 19:56:35 UTC (rev 91)
@@ -59,6 +59,7 @@
 #ifndef HEADER_MD4_H
 #define HEADER_MD4_H
 
+#include <stddef.h>
 #include <openssl/e_os2.h>
 
 #ifdef  __cplusplus

Modified: openssl/trunk/include/openssl/md5.h
===================================================================
--- openssl/branches/upstream/current/include/openssl/md5.h	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/include/openssl/md5.h	2005-11-10 19:56:35 UTC (rev 91)
@@ -59,6 +59,7 @@
 #ifndef HEADER_MD5_H
 #define HEADER_MD5_H
 
+#include <stddef.h>
 #include <openssl/e_os2.h>
 
 #ifdef  __cplusplus

Modified: openssl/trunk/include/openssl/ripemd.h
===================================================================
--- openssl/branches/upstream/current/include/openssl/ripemd.h	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/include/openssl/ripemd.h	2005-11-10 19:56:35 UTC (rev 91)
@@ -59,6 +59,7 @@
 #ifndef HEADER_RIPEMD_H
 #define HEADER_RIPEMD_H
 
+#include <stddef.h>
 #include <openssl/e_os2.h>
 
 #ifdef  __cplusplus

Modified: openssl/trunk/include/openssl/sha.h
===================================================================
--- openssl/branches/upstream/current/include/openssl/sha.h	2005-11-10 19:50:46 UTC (rev 90)
+++ openssl/trunk/include/openssl/sha.h	2005-11-10 19:56:35 UTC (rev 91)
@@ -59,6 +59,7 @@
 #ifndef HEADER_SHA_H
 #define HEADER_SHA_H
 
+#include <stddef.h>
 #include <openssl/e_os2.h>
 
 #ifdef  __cplusplus




More information about the Pkg-openssl-changes mailing list