lib: never define CURL_CA_BUNDLE with a getenv

- it breaks the build (since 6de756c9b1)
- it's not documented and not consistent across platforms
- the curl tool does that getenv magic

Bug: 6de756c (r38127030)
Reported-by: Gisle Vanem

Closes #5187
This commit is contained in:
Daniel Stenberg 2020-04-05 11:19:39 +02:00
parent f50bc76c99
commit 66828f4fd3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 4 deletions

View file

@ -151,8 +151,6 @@
#define ssize_t int
#endif
#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
/* Target HAVE_x section */
#if defined(DJGPP)