RE: Small change to print SSL version

2003-09-17 Thread Post, Mark K
- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 7:15 AM To: Christopher G. Lewis Cc: [EMAIL PROTECTED] Subject: Re: Small change to print SSL version "Christopher G. Lewis" <[EMAIL PROTECTED]> writes: > Here's a small change to print out

Re: Small change to print SSL version

2003-09-17 Thread Thomas Lußnig
>GNU Wget x.x.x (compiled with OpenSSL x.x.x) >BTW can't you find out OpenSSL version by using `ldd'? Hi, no since the openssl lib is named libopenssl.so.0.9.7 but you do not se if it is 0.9.a or 0.9.7b and some programms complain about changed version so this information could be important. Al

Re: Small change to print SSL version

2003-09-17 Thread Hrvoje Niksic
"Christopher G. Lewis" <[EMAIL PROTECTED]> writes: > Here's a small change to print out the OpenSSL version with the -V & > --help parameters. [...] I think that "GNU Wget " should always stand for Wget's version, regardless of the libraries it has been compiled with. But if you want to see the

Small change to print SSL version

2003-09-16 Thread Christopher G. Lewis
Here's a small change to print out the OpenSSL version with the -V & --help parameters. 2003-09-16 Christopher G. Lewis <[EMAIL PROTECTED]> * main.c (main): Trivial change to show OpenSSL libray version in --help and -V --- wget20030915s/wget.20030915/src/main.c 2003-09-16 12:32:4