commit | 1effd9aa09eca0e07eac1867c142b3354e099246 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Feb 11 12:04:44 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Feb 14 10:07:14 2022 +0100 |
tree | cc779df3b4663f574d1f28f1dd8f1b1d16efdcac | |
parent | 7b820a6191736cdf4167d624b7bcab9957dd0697 [diff] |
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.