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

cvs user mo cvs at cvs.gnupg.org
Sun Apr 10 20:44:34 CEST 2005


    Date: Sunday, April 10, 2005 @ 21:00:28
  Author: mo
    Path: /cvs/libgcrypt/libgcrypt/cipher

Modified: ChangeLog md.c tiger.c

Reverted last change, as it was unnecessary.


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


Index: libgcrypt/cipher/ChangeLog
diff -u libgcrypt/cipher/ChangeLog:1.229 libgcrypt/cipher/ChangeLog:1.230
--- libgcrypt/cipher/ChangeLog:1.229	Sat Apr  9 18:57:54 2005
+++ libgcrypt/cipher/ChangeLog	Sun Apr 10 21:00:27 2005
@@ -1,9 +1,3 @@
-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.83 libgcrypt/cipher/md.c:1.84
--- libgcrypt/cipher/md.c:1.83	Sat Apr  9 18:57:54 2005
+++ libgcrypt/cipher/md.c	Sun Apr 10 21:00:27 2005
@@ -25,7 +25,6 @@
 #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.30 libgcrypt/cipher/tiger.c:1.31
--- libgcrypt/cipher/tiger.c:1.30	Sat Apr  9 18:57:54 2005
+++ libgcrypt/cipher/tiger.c	Sun Apr 10 21:00:27 2005
@@ -23,7 +23,6 @@
 #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