]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: auth-cache - Drop auth_cache_parse_key()
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 25 Jul 2025 09:00:57 +0000 (12:00 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 1 Aug 2025 08:18:11 +0000 (08:18 +0000)
commit34caed79b76a7b82a2a9c94cf35371bec6c2b826
tree7ca26dca838f0bbd6337cea4ccba50f6bc513004
parent0172f8e8c55aff42c688633b2891cf157641366b
auth: auth-cache - Drop auth_cache_parse_key()

It's only used by tests and can now just call
auth_cache_parse_key_and_fields().
src/auth/auth-cache.c
src/auth/auth-cache.h
src/auth/test-auth-cache.c