libgcrypt/cipher (ChangeLog md.c tiger.c)

cvs user mo cvs at cvs.gnupg.org
Sat Apr 9 18:42:05 CEST 2005


    Date: Saturday, April 9, 2005 @ 18:57:54
  Author: mo
    Path: /cvs/libgcrypt/libgcrypt/cipher

Modified: ChangeLog md.c tiger.c

2005-04-09  Moritz Schulte  <moritz at g10code.com>

	* tiger.c: Do not forget to include file types.h.
	* md.c: Likewise.  These changes make Libgcrypt actually INCLUDE
	the Tiger algorithm.


-----------+
 ChangeLog |    6 ++++++
 md.c      |    1 +
 tiger.c   |    1 +
 3 files changed, 8 insertions(+)


Index: libgcrypt/cipher/ChangeLog
diff -u libgcrypt/cipher/ChangeLog:1.228 libgcrypt/cipher/ChangeLog:1.229
--- libgcrypt/cipher/ChangeLog:1.228	Wed Mar 30 21:06:08 2005
+++ libgcrypt/cipher/ChangeLog	Sat Apr  9 18:57:54 2005
@@ -1,3 +1,9 @@
+2005-04-09  Moritz Schulte  <moritz at g10code.com>
+
+	* tiger.c: Do not forget to include file types.h.
+	* md.c: Likewise.  These changes make Libgcrypt actually INCLUDE
+	the Tiger algorithm.
+
 2005-03-30  Moritz Schulte  <moritz at g10code.com>
 
 	* ac.c (_gcry_ac_data_from_sexp): Use length of SEXP_CUR, not
Index: libgcrypt/cipher/md.c
diff -u libgcrypt/cipher/md.c:1.82 libgcrypt/cipher/md.c:1.83
--- libgcrypt/cipher/md.c:1.82	Fri Dec 19 20:49:35 2003
+++ libgcrypt/cipher/md.c	Sat Apr  9 18:57:54 2005
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <assert.h>
 
+#include "types.h"
 #include "g10lib.h"
 #include "cipher.h"
 #include "ath.h"
Index: libgcrypt/cipher/tiger.c
diff -u libgcrypt/cipher/tiger.c:1.29 libgcrypt/cipher/tiger.c:1.30
--- libgcrypt/cipher/tiger.c:1.29	Mon Aug 23 15:33:15 2004
+++ libgcrypt/cipher/tiger.c	Sat Apr  9 18:57:54 2005
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "types.h"
 #include "g10lib.h"
 #include "memory.h"
 #include "cipher.h"




More information about the Gnupg-commits mailing list