]> git.ipfire.org Git - thirdparty/squid.git/commit
ntlm_sspi_auth: Fix missing base64 symbol linkage (#2031)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 22 Mar 2025 22:30:29 +0000 (22:30 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 22 Mar 2025 22:36:48 +0000 (22:36 +0000)
commit25a59ca1b60f1cecdf9661943a6714a30726bb10
treecc6a6177cf5aaf72f965ac9f3477026e4a6603da
parent16b17ba916edef35196879481f0ebabc4b988815
ntlm_sspi_auth: Fix missing base64 symbol linkage (#2031)

Solve build error:

```
ld: ntlm_sspi_auth.o: in function `token_decode':
    undefined reference to `nettle_base64_decode_init'
    undefined reference to `nettle_base64_decode_update'
    undefined reference to `nettle_base64_decode_final'
```
src/auth/ntlm/SSPI/Makefile.am