mirror of
https://github.com/curl/curl.git
synced 2026-07-29 23:28:08 +03:00
removed now obsolete defines;
updated external library versions to latest.
This commit is contained in:
parent
c80b9c3778
commit
5be00c95a7
3 changed files with 4 additions and 8 deletions
|
|
@ -20,12 +20,12 @@ endif
|
|||
|
||||
# Edit the path below to point to the base of your OpenSSL package.
|
||||
ifndef OPENSSL_PATH
|
||||
OPENSSL_PATH = ../../openssl-0.9.8e
|
||||
OPENSSL_PATH = ../../openssl-0.9.8g
|
||||
endif
|
||||
|
||||
# Edit the path below to point to the base of your LibSSH2 package.
|
||||
ifndef LIBSSH2_PATH
|
||||
LIBSSH2_PATH = ../../libssh2-0.16
|
||||
LIBSSH2_PATH = ../../libssh2-0.18
|
||||
endif
|
||||
|
||||
ifndef INSTDIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue