summaryrefslogtreecommitdiff
path: root/lib/libalpm/base64.h
Commit message (Collapse)AuthorAge
* base64: don't compile base64_encode() functionDan McGee2011-10-17
| | | | | | | We don't use this anywhere; "comment" it out so we still remain relatively close to the upstream sources. Signed-off-by: Dan McGee <dan@archlinux.org>
* Update base64 PolarSSL codeDan McGee2011-08-15
| | | | | | | Also adjust our code using it for the size_t adjustments made by upstream. Signed-off-by: Dan McGee <dan@archlinux.org>
* Add base64 algorithms from PolarSSL to libalpmDan McGee2011-03-23
We will need these for GPG functionality (decoding the base64 encoded signature stored in the databases). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>