CLEANUP: ssl: remove compat functions for openssl < 1.0.0
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Oct 2023 15:27:53 +0000 (17:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Oct 2023 15:27:53 +0000 (17:27 +0200)
commit9a4c53d96c13a25018d80012c0b40c0c3741eb60
tree933ffd7484ac5eb20d56146daa070699c0becfe7
parent1918bcbc121dff09a79fcef69084754e2ef2aaa4
CLEANUP: ssl: remove compat functions for openssl < 1.0.0

The openssl-compat.h file has some function which were implemented in
order to provide compatibility with openssl < 1.0.0. Most of them where
to support the 0.9.8 version, but we don't support this version anymore.

This patch removes the deprecated code from openssl-compat.h
include/haproxy/openssl-compat.h