Corrected a typo in the BASE64_H definition that might cause the header file to be included more than once. Signed-off-by: Guy Eilam <guy@wizery.com>
@@ -13,7 +13,7 @@
*/
#ifndef BASE64_H
-#define BASE64_h
+#define BASE64_H
unsigned char * base64_encode(const unsigned char *src, size_t len,
size_t *out_len);