mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 18:23:34 +02:00
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.