gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 20/63: md4: build correctly with openssl without MD


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 20/63: md4: build correctly with openssl without MD4
Date: Fri, 07 Jun 2019 18:36:42 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 0dc9a8019962d31787c4929d36de6817ae3090e7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed May 22 10:40:02 2019 +0200

    md4: build correctly with openssl without MD4
    
    Reported-by: elsamuko at github
    Fixes #3921
    Closes #3922
---
 lib/md4.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/md4.c b/lib/md4.c
index e7c77bc36..184985755 100644
--- a/lib/md4.c
+++ b/lib/md4.c
@@ -38,6 +38,10 @@
 
 #include "curl_setup.h"
 
+#ifdef USE_OPENSSL
+#include <openssl/opensslconf.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
  * implementation of it */

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



reply via email to

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