diff options
-rw-r--r-- | lib/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
index : curl | ||
cURL mirror with patches applied | Ben |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | lib/md5.c | 2 |
@@ -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) { |