1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

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