mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
Fix GnuTLS compilation problem in md5.c
This commit is contained in:
parent
14bfcb96f5
commit
dfce37da23
1 changed files with 1 additions and 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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue