gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 106/219: ntlm: Missed pre-processor || (or) during


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 106/219: ntlm: Missed pre-processor || (or) during rebase for cd15acd0
Date: Wed, 22 May 2019 19:17:25 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit e7d3f65ab95a358b7ec305659f12b9ffe4dc510e
Author: Steve Holme <address@hidden>
AuthorDate: Tue Apr 23 20:26:02 2019 +0100

    ntlm: Missed pre-processor || (or) during rebase for cd15acd0
---
 lib/curl_md4.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/curl_md4.h b/lib/curl_md4.h
index dafbbed29..392203f9e 100644
--- a/lib/curl_md4.h
+++ b/lib/curl_md4.h
@@ -25,7 +25,7 @@
 #include "curl_setup.h"
 
 #if defined(USE_NSS) || defined(USE_OS400CRYPTO) || \
-    (defined(USE_OPENSSL) && defined(OPENSSL_NO_MD4)) \
+    (defined(USE_OPENSSL) && defined(OPENSSL_NO_MD4)) || \
     (defined(USE_MBEDTLS) && !defined(MBEDTLS_MD4_C))
 
 void Curl_md4it(unsigned char *output, const unsigned char *input, size_t len);

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



reply via email to

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