X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=base64%2Fbase64_dec.c;h=322cec0d8663dcc350c5ada57d28ca4dd4813dc6;hb=c9c11514d91b8c19f77d65ac051b998bd99048b0;hp=f057f54f1c4b4cdf8f129f4e1461b9dafaad3f41;hpb=96e930bbd293d62d8a9d2b011eb958aee6840c42;p=avr-crypto-lib.git diff --git a/base64/base64_dec.c b/base64/base64_dec.c index f057f54..322cec0 100644 --- a/base64/base64_dec.c +++ b/base64/base64_dec.c @@ -187,7 +187,7 @@ int base64_binlength(char* str, uint8_t strict){ */ -int base64dec(void* dest, char* b64str, uint8_t strict){ +int base64dec(void* dest, const char* b64str, uint8_t strict){ uint8_t buffer[4]; uint8_t idx=0; uint8_t term=0;