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>