curl-library
Patch for curl OpenSSL --version report
From: Jose Alf. <josealf_at_rocketmail.com>
Date: Tue, 12 Aug 2014 16:24:47 -0700
Received on 2014-08-13
Date: Tue, 12 Aug 2014 16:24:47 -0700
Hello,
I just patched libcurl to correctly report newer versions of OpenSSL 0.9.8, starting from openssl-0.9.8za.
With my patch, curl --version reports:
curl 7.37.1 (i386-pc-win32) libcurl/7.37.1 OpenSSL/0.9.8zb zlib/1.2.1 libssh2/1.4.3
Without the patch, curl --version reports
curl 7.37.1 (i386-pc-win32) libcurl/7.37.1 OpenSSL/0.9.8{ zlib/1.2.1 libssh2/1.4.3
I know this is a cosmetic, very small change, but please take a look and consider including it to the main source. Thank you for such a great library.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-diff attachment: openssl-version.patch