Skip to content
Snippets Groups Projects
Commit dfce37da authored by Patrick Monnerat's avatar Patrick Monnerat
Browse files

Fix GnuTLS compilation problem in md5.c

parent 14bfcb96
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment