]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
Nettle v3.4 support (#103)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 14 Dec 2017 08:04:04 +0000 (21:04 +1300)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 08:04:04 +0000 (21:04 +1300)
commit1d11e9b3dcdf026a3fe1e76f4279dfaedaf55073
tree7d9ac6f9aabc6bd4335ad4eb07cec531332a606f
parent4224ea1336a0b1ed2a556a887e8881c54cc85d5f
Nettle v3.4 support (#103)

Nettle crypto library v3.4 changes the Base64 coder API to require less casting between uint8_t and char types.
17 files changed:
configure.ac
include/base64.h
lib/base64.c
src/HttpHeader.cc
src/adaptation/icap/ModXact.cc
src/auth/digest/Config.cc
src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc
src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc
src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc
src/auth/negotiate/wrapper/negotiate_wrapper.cc
src/auth/ntlm/fake/ntlm_fake_auth.cc
src/http.cc
src/peer_proxy_negotiate_auth.cc
test-suite/buildtests/layer-01-minimal.opts
tools/cachemgr.cc
tools/squidclient/gssapi_support.cc
tools/squidclient/squidclient.cc