mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 03:13:49 +02:00
openssl_version_parser() parse a string in the OpenSSL version format which is documented here: https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_VERSION_NUMBER.html The function returns an unsigned int that could be used for comparing openssl versions.