]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: base64 - Deprecate src_pos_r parameter of base64_decode().
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 26 Aug 2019 11:09:30 +0000 (13:09 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 27 Aug 2019 07:32:33 +0000 (09:32 +0200)
commitafa3db0a6f15e1b1038cb47f0632baa8f23d0f67
tree989b8f85e03080a40185e07d6f38b00c658e7ba7
parent69c1d5aaf0cf46d180d6f84ea289018b561cbc1f
lib: base64 - Deprecate src_pos_r parameter of base64_decode().

Only NULL pointer is allowed. This allows using the new incremental API
internally, thereby dropping the old decoder implementation.
src/doveadm/dsync/dsync-mailbox-state.c
src/lib-mail/istream-attachment-extractor.c
src/lib-mail/message-decoder.c
src/lib/base64.c
src/lib/base64.h
src/lib/test-base64.c