]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 11 Feb 2022 11:04:44 +0000 (12:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Feb 2022 09:07:14 +0000 (10:07 +0100)
commit1effd9aa09eca0e07eac1867c142b3354e099246
treecc779df3b4663f574d1f28f1dd8f1b1d16efdcac
parent7b820a6191736cdf4167d624b7bcab9957dd0697
MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3

ERR_func_error_string does not return anything anymore with OpenSSLv3,
it can be replaced by ERR_peek_error_func which did not exist on
previous versions.
include/haproxy/openssl-compat.h
src/ssl_sock.c