Fix GnuTLS compilation problem in md5.c

This commit is contained in:
monnerat 2010-04-19 14:09:45 +02:00
parent 14bfcb96f5
commit dfce37da23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{