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
55ab64ed
Commit
55ab64ed
authored
8 years ago
by
Viktor Szakats
Committed by
Daniel Stenberg
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
makefile.m32: add crypt32 for winssl builds
Dependency added by
6cabd785
Closes #849
parent
31c521b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Makefile.m32
+4
-0
4 additions, 0 deletions
lib/Makefile.m32
src/Makefile.m32
+4
-0
4 additions, 0 deletions
src/Makefile.m32
with
8 additions
and
0 deletions
lib/Makefile.m32
+
4
−
0
View file @
55ab64ed
...
...
@@ -258,6 +258,10 @@ ifdef SSL
CFLAGS
+=
-DHAVE_OPENSSL_SRP
-DUSE_TLS_SRP
endif
endif
else
ifdef
WINSSL
DLL_LIBS
+=
-lcrypt32
endif
endif
ifdef
ZLIB
INCLUDES
+=
-I
"
$(
ZLIB_PATH
)
"
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.m32
+
4
−
0
View file @
55ab64ed
...
...
@@ -274,6 +274,10 @@ ifdef SSL
INCLUDES
+=
-I
"
$(
OPENSSL_INCLUDE
)
"
CFLAGS
+=
-DUSE_OPENSSL
curl_LDADD
+=
-L
"
$(
OPENSSL_LIBPATH
)
"
$(
OPENSSL_LIBS
)
else
ifdef
WINSSL
curl_LDADD
+=
-lcrypt32
endif
endif
ifdef
ZLIB
INCLUDES
+=
-I
"
$(
ZLIB_PATH
)
"
...
...
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