Let base64_encode() take a char *
Throughout the whole code base only char * is passed, but a unsigned char * is expected. This leads to several warnings. Fix the interface and cast to unsigned char * internally to avoid any changes to the behaviour.
This commit is contained in: