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
34cf3505
Commit
34cf3505
authored
17 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
update openssl version
parent
9bd28a02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/INSTALL
+3
-3
3 additions, 3 deletions
docs/INSTALL
lib/Makefile.vc6
+1
-1
1 addition, 1 deletion
lib/Makefile.vc6
src/Makefile.vc6
+1
-1
1 addition, 1 deletion
src/Makefile.vc6
with
5 additions
and
5 deletions
docs/INSTALL
+
3
−
3
View file @
34cf3505
...
...
@@ -188,7 +188,7 @@ Win32
environment variables, for example:
set ZLIB_PATH=c:\zlib-1.2.3
set OPENSSL_PATH=c:\openssl-0.9.8
e
set OPENSSL_PATH=c:\openssl-0.9.8
g
set LIBSSH2_PATH=c:\libssh2-0.17
ATTENTION: if you want to build with libssh2 support you have to use latest
...
...
@@ -257,7 +257,7 @@ Win32
Before running nmake define the OPENSSL_PATH environment variable with
the root/base directory of OpenSSL, for example:
set OPENSSL_PATH=c:\openssl-0.9.8
e
set OPENSSL_PATH=c:\openssl-0.9.8
g
Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
directory. 'nmake vc-ssl' will create a libcurl static and dynamic
...
...
@@ -521,7 +521,7 @@ NetWare
http://www.gknw.net/development/ossl/netware/
for CLIB-based builds OpenSSL needs to be patched to build with BSD
sockets (currently only a winsock-based CLIB build is supported):
http://www.gknw.net/development/ossl/netware/patches/v_0.9.8
e
/openssl-0.9.8
e
.diff
http://www.gknw.net/development/ossl/netware/patches/v_0.9.8
g
/openssl-0.9.8
g
.diff
- optional SSH2 sources (version 0.17 or later);
Set a search path to your compiler, linker and tools; on Linux make
...
...
This diff is collapsed.
Click to expand it.
lib/Makefile.vc6
+
1
−
1
View file @
34cf3505
...
...
@@ -35,7 +35,7 @@ IMPLIB_NAME = libcurl_imp
IMPLIB_NAME_DEBUG
=
libcurld_imp
!IFNDEF
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
e
OPENSSL_PATH
=
../../openssl-0.9.8
g
!ENDIF
!IFNDEF
ZLIB_PATH
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.vc6
+
1
−
1
View file @
34cf3505
...
...
@@ -22,7 +22,7 @@ ZLIB_PATH = ../../zlib-1.2.3
!ENDIF
!IFNDEF
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
e
OPENSSL_PATH
=
../../openssl-0.9.8
g
!ENDIF
!IFNDEF
MACHINE
...
...
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