From: Alan Buxey Date: Thu, 30 Apr 2015 22:08:40 +0000 (+0100) Subject: Update base64.h X-Git-Tag: release_2_2_8~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F986%2Fhead;p=thirdparty%2Ffreeradius-server.git Update base64.h --- diff --git a/src/include/base64.h b/src/include/base64.h index 645e111906..6dad9de9bb 100644 --- a/src/include/base64.h +++ b/src/include/base64.h @@ -42,4 +42,4 @@ extern int fr_base64_decode (const char *in, size_t inlen, extern int fr_base64_decode_alloc (const char *in, size_t inlen, char **out, size_t *outlen); -#endif /* BASE64_H */ \ No newline at end of file +#endif /* BASE64_H */