Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libutee: Fix base64 encoding function
Bitwise OR of unsigned int and a signed char is machine dependent and could lead to invalid base64 encoding. This commit makes it use unsigned char instead. Signed-off-by: Krzysztof Jackiewicz <k.jackiewicz@samsung.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>