Fix GnuTLS compilation problem in md5.c
authormonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 12:09:45 +0000 (14:09 +0200)
committermonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 12:09:45 +0000 (14:09 +0200)
lib/md5.c

index 25a0f0b..0908cd8 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -33,7 +33,7 @@
 
 #include <gcrypt.h>
 
-typedef struct gcry_md_hd_t MD5_CTX;
+typedef gcry_md_hd_t MD5_CTX;
 
 static void MD5_Init(MD5_CTX * ctx)
 {