aboutsummaryrefslogtreecommitdiff
path: root/lib/config-dos.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-05 11:19:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-05 23:59:20 +0200
commit66828f4fd3c19bcefeb421a414629e3dc80ef960 (patch)
tree96dc4762e034bd393ee8c8b6750326339eeaf70c /lib/config-dos.h
parentf50bc76c99bb6fd8be257de4c0544837d8f997b6 (diff)
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
Diffstat (limited to 'lib/config-dos.h')
-rw-r--r--lib/config-dos.h2
1 files changed, 0 insertions, 2 deletions
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)