gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 130/264: lib: never define CURL_CA_BUNDLE with a getenv


From: gnunet
Subject: [gnurl] 130/264: lib: never define CURL_CA_BUNDLE with a getenv
Date: Thu, 30 Apr 2020 16:07:13 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 66828f4fd3c19bcefeb421a414629e3dc80ef960
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Apr 5 11:19:39 2020 +0200

    lib: never define CURL_CA_BUNDLE with a getenv
    
    - it breaks the build (since 6de756c9b1de34b7a1)
    - it's not documented and not consistent across platforms
    - the curl tool does that getenv magic
    
    Bug: https://github.com/curl/curl/commit/6de756c#r38127030
    Reported-by: Gisle Vanem
    
    Closes #5187
---
 lib/Makefile.netware | 2 --
 lib/config-dos.h     | 2 --
 2 files changed, 4 deletions(-)

diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 752d3d6fb..2c16adbac 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -669,8 +669,6 @@ endif
        @echo $(DL)#endif$(DL) >> $@
 ifdef CABUNDLE
        @echo $(DL)#define CURL_CA_BUNDLE "$(CABUNDLE)"$(DL) >> $@
-else
-       @echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
 endif
 
 $(EXPORTF): $(CURL_INC)/curl/curl.h $(CURL_INC)/curl/easy.h 
$(CURL_INC)/curl/multi.h $(CURL_INC)/curl/mprintf.h
diff --git a/lib/config-dos.h b/lib/config-dos.h
index aa83c4be5..349e75639 100644
--- a/lib/config-dos.h
+++ b/lib/config-dos.h
@@ -151,8 +151,6 @@
   #define ssize_t  int
 #endif
 
-#define CURL_CA_BUNDLE  getenv("CURL_CA_BUNDLE")
-
 /* Target HAVE_x section */
 
 #if defined(DJGPP)

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



reply via email to

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