]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found