X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=base64%2Fbase64_enc.h;h=f321fefea4f475850a608286a0c986b04338dd1e;hp=89a5f863d3f503f73e826bb2149e19b80f2abe92;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=c9c11514d91b8c19f77d65ac051b998bd99048b0 diff --git a/base64/base64_enc.h b/base64/base64_enc.h index 89a5f86..f321fef 100644 --- a/base64/base64_enc.h +++ b/base64/base64_enc.h @@ -1,7 +1,7 @@ /* base64_enc.h */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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_*/