From: Andre Noll Date: Tue, 10 Jun 2014 15:52:22 +0000 (+0200) Subject: Move base64 implementation to own file. X-Git-Tag: v0.5.7~20^2~6 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;hp=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;p=paraslash.git 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. ---