]> git.tuebingen.mpg.de Git - paraslash.git/commit - crypt_backend.h
Move base64 implementation to own file.
authorAndre Noll <maan@systemlinux.org>
Tue, 10 Jun 2014 15:52:22 +0000 (17:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 23 Aug 2016 14:29:34 +0000 (16:29 +0200)
commit3ea5399aeec092dcdb9f039288f1e146aadbb2f7
treedda537ac3ca7c27834d8b4c0840748a305e68696
parent33d0d618adbd6bd7afafbbbe1fd0d60b7c8d561c
Move base64 implementation to own file.

The base64 decoder is independent of anything else, so it should not
be part of the crypto API. This patch moves the two public functions
uudecode() and base64_decode() to a new file, base64.c, and introduces
base64.h to declare them.
base64.c [new file with mode: 0644]
base64.h [new file with mode: 0644]
configure.ac
crypt.c
crypt_backend.h
crypt_common.c
error.h
gcrypt.c