Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
c1a71ad1
Commit
c1a71ad1
authored
16 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Fixed curl-config --ca which wasn't being exported by configure.
parent
024c7641
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+2
-0
2 additions, 0 deletions
CHANGES
RELEASE-NOTES
+1
-1
1 addition, 1 deletion
RELEASE-NOTES
acinclude.m4
+1
-0
1 addition, 0 deletions
acinclude.m4
with
4 additions
and
1 deletion
CHANGES
+
2
−
0
View file @
c1a71ad1
...
...
@@ -6,6 +6,8 @@
Changelog
Daniel Fandrich (12 Jun 2008)
- Fixed curl-config --ca which wasn't being exported by configure.
Daniel Stenberg (11 Jun 2008)
- I did a cleanup of the internal generic SSL layer and how the various SSL
...
...
This diff is collapsed.
Click to expand it.
RELEASE-NOTES
+
1
−
1
View file @
c1a71ad1
...
...
@@ -18,7 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o
o
Fixed curl-config --ca
This release includes the following known bugs:
...
...
This diff is collapsed.
Click to expand it.
acinclude.m4
+
1
−
0
View file @
c1a71ad1
...
...
@@ -3070,6 +3070,7 @@ AC_HELP_STRING([--without-ca-path], [Don't use a default CA path]),
if test "x$ca" != "xno"; then
CURL_CA_BUNDLE='"'$ca'"'
AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle])
AC_SUBST(CURL_CA_BUNDLE)
AC_MSG_RESULT([$ca])
elif test "x$capath" != "xno"; then
CURL_CA_PATH="\"$capath\""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment