commit | 0cff0dbfc0813d01a0ebbd3910519bfac4d9eec2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 26 18:16:13 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 26 18:16:13 2013 +0200 |
tree | eb77fda40933716114e37a700cfd396cdd08d143 | |
parent | 41fdb3cb703505c2ba078687b4874603c8885290 [diff] |
MINOR: init: indicate the SSL runtime version on -vv. It happens that openssl's API can differ between versions, causing some serious trouble if the version used at runtime is not the same as used for building. Now we report the two versions separately along with a warning if the version differs (except the patch version).