diff options
author | Guenter Knauf <lists@gknw.net> | 2010-12-05 10:59:58 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-12-05 10:59:58 +0100 |
commit | 63598059cd1c558acf545e81625635f80e2b558f (patch) | |
tree | bc15324fd927446f6554ca205fedf085b14487d2 /lib/Makefile.Watcom | |
parent | c1901f7ed0dc43a92e611ff4cfc00ad97425318f (diff) | |
download | curl-63598059cd1c558acf545e81625635f80e2b558f.tar.gz |
Updated OpenSSL version.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index dc6391a56..7af368ba6 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -94,7 +94,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8o +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8q !endif !ifdef %ares_root |