X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=base64%2Fbase64_enc.h;h=dd3bc96bbe6604ace5c90f65ea82bdb80f1585a5;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hp=89a5f863d3f503f73e826bb2149e19b80f2abe92;hpb=c9c11514d91b8c19f77d65ac051b998bd99048b0;p=avr-crypto-lib.git diff --git a/base64/base64_enc.h b/base64/base64_enc.h index 89a5f86..dd3bc96 100644 --- a/base64/base64_enc.h +++ b/base64/base64_enc.h @@ -17,12 +17,11 @@ * along with this program. If not, see . */ - #ifndef BASE64_ENC_H_ #define BASE64_ENC_H_ #include -void base64enc(char* dest, const void* src, uint16_t length); +void base64enc(char *dest, const void *src, uint16_t length); #endif /*BASE64_ENC_H_*/