]> git.ipfire.org Git - thirdparty/hostap.git/commit
webkit2: Avoid deprecated function call
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 23 Feb 2023 14:30:04 +0000 (16:30 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Feb 2023 14:30:04 +0000 (16:30 +0200)
commitbfd236df2183c67a14b2b8bd3ca798b2d72fe645
treefdce1298c6a0ce4127bfea1c4b5555dddb5b817a
parent2c32026827695e7e0bcb099361339e4a347bb983
webkit2: Avoid deprecated function call

webkit_web_context_set_tls_errors_policy() has been deprecated. Use its
replacement webkit_website_data_manager_set_tls_errors_policy() when
building against sufficiently recent version of webkit2.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/utils/browser.c