summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2005-04-10 19:00:27 +0000
committerMoritz Schulte <mo@g10code.com>2005-04-10 19:00:27 +0000
commit5805b4aad89ce54073acdb083eea641a61ac1482 (patch)
tree1eeeb96863e1faec85f8b615253caba0f12f91d6
parentb619ab452319ea53947f4a3dbe9ce3fa902b6b42 (diff)
downloadlibgcrypt-5805b4aad89ce54073acdb083eea641a61ac1482.tar.gz
Reverted last change, as it was unnecessary.
-rw-r--r--cipher/ChangeLog6
-rw-r--r--cipher/md.c1
-rw-r--r--cipher/tiger.c1
3 files changed, 0 insertions, 8 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index a49561fc..3a6ba62e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,9 +1,3 @@
-2005-04-09 Moritz Schulte <moritz@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@g10code.com>
* ac.c (_gcry_ac_data_from_sexp): Use length of SEXP_CUR, not
diff --git a/cipher/md.c b/cipher/md.c
index 5e038589..06b46e6e 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -25,7 +25,6 @@
#include <errno.h>
#include <assert.h>
-#include "types.h"
#include "g10lib.h"
#include "cipher.h"
#include "ath.h"
diff --git a/cipher/tiger.c b/cipher/tiger.c
index 452bdb31..1a811bc4 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <string.h>
-#include "types.h"
#include "g10lib.h"
#include "memory.h"
#include "cipher.h"