Skip to content

Commit

Permalink
Updated dependency lib versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Apr 20, 2012
1 parent ededdfa commit a955f84
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nw/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8u
OPENSSL_PATH = ../../openssl-0.9.8v
endif

# Edit the path below to point to your Distribution folder.
Expand Down
2 changes: 1 addition & 1 deletion nw/test/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../../openssl-0.9.8u
OPENSSL_PATH = ../../../openssl-0.9.8v
endif

# Edit the var below to enable static linking of libssh2 and libz
Expand Down
2 changes: 1 addition & 1 deletion win32/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WITH_ZLIB = 1

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8u
OPENSSL_PATH = ../../openssl-0.9.8v
endif

# Edit the var below to set to your architecture or set environment var.
Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile.Watcom
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ZLIB_ROOT = ..\..\zlib-1.2.6
!ifdef %openssl_root
OPENSSL_ROOT = $(%openssl_root)
!else
OPENSSL_ROOT = ..\..\openssl-0.9.8u
OPENSSL_ROOT = ..\..\openssl-0.9.8v
!endif

#!ifdef %use_zlib
Expand Down
4 changes: 2 additions & 2 deletions win32/config.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Tweak these for your system
OPENSSLINC=..\openssl-0.9.8u\inc32
OPENSSLLIB=..\openssl-0.9.8u\out32dll
OPENSSLINC=..\openssl-0.9.8v\inc32
OPENSSLLIB=..\openssl-0.9.8v\out32dll

ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I..\zlib-1.2.6
ZLIBLIB=..\zlib-1.2.6
Expand Down
2 changes: 1 addition & 1 deletion win32/test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../../openssl-0.9.8u
OPENSSL_PATH = ../../../openssl-0.9.8v
endif

# Edit the var below to set to your architecture or set environment var.
Expand Down

0 comments on commit a955f84

Please sign in to comment.