commit | e9a100e982cd1fac201e6e2862cc666887e202e9 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Mon Dec 02 11:41:23 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 03 07:13:12 2019 +0100 |
tree | 62813c0ffcdf00214c5d1dea6f1980de82250870 | |
parent | bc271ec113ab25b2617da73a8b11fce1a56675d4 [diff] |
BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 Commit d4f9a60e "MINOR: ssl: deduplicate ca-file" uses undeclared X509 functions when build with openssl < 1.1.0. Introduce this functions in openssl-compat.h . Fix issue #385.