diff options
author | Yang Tse <yangsita@gmail.com> | 2008-01-23 07:27:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-01-23 07:27:40 +0000 |
commit | 34cf35051a36d24beb8bdb6e2e427e9a5eeceeeb (patch) | |
tree | 35a77775e4f4cfab6f5a5113d94eb459e2263cca /lib | |
parent | 9bd28a021fc3884f0350ddb8493511074e1a4b65 (diff) |
update openssl version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 8d6ce8fec..643475f49 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -35,7 +35,7 @@ IMPLIB_NAME = libcurl_imp IMPLIB_NAME_DEBUG = libcurld_imp
!IFNDEF OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8e
+OPENSSL_PATH = ../../openssl-0.9.8g
!ENDIF
!IFNDEF ZLIB_PATH
|