mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
proceed fine with the already existing options, just having a different internal library default for capath.
This commit is contained in:
parent
5644f4a295
commit
0e0caf7c06
8 changed files with 51 additions and 62 deletions
|
|
@ -72,5 +72,6 @@ $(srcdir)/getdate.c: getdate.y
|
|||
|
||||
install-data-hook:
|
||||
@if test -n "@CURL_CA_BUNDLE@"; then \
|
||||
$(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \
|
||||
@INSTALL_DATA@ ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue