mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
3650172e26
Patch release fixing build system issues with the 2.0.0 release. 2.0.0 introduced API changes including: * Version macros for detection of incompatible API / version * size_t as argument to allow longer base64 encoded strings * Configurable line break functionality * Flags field for encoder * Helpers to calculate required output buffer maximum lengths * Switched in-/out-pointers to void* Link: https://github.com/libb64/libb64/blob/v2.0.0.1/CHANGELOG.md Signed-off-by: Daniel Golle <daniel@makrotopia.org>