]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: xprt-quic: replace ERR_func_error_string() with ERR_peek_error_func()
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 16:47:38 +0000 (18:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 16:54:46 +0000 (18:54 +0200)
commit325fc63f5aaf35ec50893e8f0ee37ef0f3d2ad1f
treede337a904212e4b30455fe8f6232314e53f4627f
parenta88f3c24d07d2e7df6268d98efd252444da9cf81
BUILD: xprt-quic: replace ERR_func_error_string() with ERR_peek_error_func()

OpenSSL 3.0 warns that ERR_func_error_string() is deprecated. Using
ERR_peek_error_func() solves it instead, and this function was added to
the compat layer by commit 1effd9aa0 ("MINOR: ssl: Remove call to
ERR_func_error_string with OpenSSLv3").
src/xprt_quic.c