gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: md5_ext.c: fixed missing include


From: gnunet
Subject: [libmicrohttpd] branch master updated: md5_ext.c: fixed missing include
Date: Sun, 04 Feb 2024 22:35:15 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new de33d459 md5_ext.c: fixed missing include
de33d459 is described below

commit de33d4594ea8b0e933c82c7f9108a43945870f97
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Feb 4 22:35:02 2024 +0100

    md5_ext.c: fixed missing include
---
 src/microhttpd/md5_ext.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/md5_ext.c b/src/microhttpd/md5_ext.c
index 8ab69c17..5b33becd 100644
--- a/src/microhttpd/md5_ext.c
+++ b/src/microhttpd/md5_ext.c
@@ -22,6 +22,8 @@
  * @brief  Wrapper for MD5 calculation performed by TLS library
  * @author Karlson2k (Evgeny Grin)
  */
+
+#include <gnutls/crypto.h>
 #include "md5_ext.h"
 #include "mhd_assert.h"
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]