summaryrefslogtreecommitdiff
path: root/cipher/mac-internal.h
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2013-12-16 11:54:37 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2013-12-16 11:54:37 +0200
commit5c31990214b58c4e17edb01fbbe6d9f573975a22 (patch)
tree1aabcc971b823bb4e1164a8df110ef4ee372b66d /cipher/mac-internal.h
parent110fed2d6b0bbc97cb5cc0a3a564e05fc42afa2d (diff)
downloadlibgcrypt-5c31990214b58c4e17edb01fbbe6d9f573975a22.tar.gz
Remove duplicate gcry_mac_hd_t typedef
* cipher/mac-internal.h (gcry_mac_hd_t): Remove. -- Attempt to fix problem reported by Matthias Wachs: On a freebsd 9.1 amd64 and a debian Lenny x86 system: In file included from mac.c:27: mac-internal.h:22: error: redefinition of typedef 'gcry_mac_hd_t' ../src/gcrypt.h:1301: error: previous declaration of 'gcry_mac_hd_t' was here *** [mac.lo] Error code 1 Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Diffstat (limited to 'cipher/mac-internal.h')
-rw-r--r--cipher/mac-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/mac-internal.h b/cipher/mac-internal.h
index 2a5e7c67..6fc304ba 100644
--- a/cipher/mac-internal.h
+++ b/cipher/mac-internal.h
@@ -19,7 +19,6 @@
/* The data object used to hold a handle to an encryption object. */
struct gcry_mac_handle;
-typedef struct gcry_mac_handle *gcry_mac_hd_t;
/*