From: monnerat Date: Mon, 19 Apr 2010 12:09:45 +0000 (+0200) Subject: Fix GnuTLS compilation problem in md5.c X-Git-Tag: curl-7_21_0~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfce37da23850f62202cf88c31bfb9b21292d8f8;p=thirdparty%2Fcurl.git Fix GnuTLS compilation problem in md5.c --- diff --git a/lib/md5.c b/lib/md5.c index 25a0f0bd77..0908cd8a8c 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -33,7 +33,7 @@ #include -typedef struct gcry_md_hd_t MD5_CTX; +typedef gcry_md_hd_t MD5_CTX; static void MD5_Init(MD5_CTX * ctx) {