gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 21/63: md4: include the mbedtls config.h to get the


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 21/63: md4: include the mbedtls config.h to get the MD4 info
Date: Fri, 07 Jun 2019 18:36:43 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 9ad313dcb89b540955500538d47ca49b55d60b3c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed May 22 10:45:35 2019 +0200

    md4: include the mbedtls config.h to get the MD4 info
---
 lib/md4.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/md4.c b/lib/md4.c
index 184985755..0b4ea9a3c 100644
--- a/lib/md4.c
+++ b/lib/md4.c
@@ -41,6 +41,9 @@
 #ifdef USE_OPENSSL
 #include <openssl/opensslconf.h>
 #endif
+#ifdef USE_MBEDTLS
+#include <mbedtls/config.h>
+#endif
 
 /* The NSS, OS/400, and when not included, OpenSSL and mbed TLS crypto
  * libraries do not provide the MD4 hash algorithm, so we use this

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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