From c222608952d412a57e318eac0d921980e7c271d4 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 17 Jun 2013 14:46:54 +0000 Subject: [PATCH] Import change e4ac6417c7504e1c55ec556ce908974c04e29e3c from upstream wpa: From: Guy Eilam Date: Mon, 21 Feb 2011 20:44:46 +0000 (+0200) Subject: utils: Corrected a typo in header's name definition utils: Corrected a typo in header's name definition 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 Submitted by: MFC after: 3 days --- contrib/wpa/src/utils/base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/wpa/src/utils/base64.h b/contrib/wpa/src/utils/base64.h index 73312dde8f64..b87a1682f8dd 100644 --- a/contrib/wpa/src/utils/base64.h +++ b/contrib/wpa/src/utils/base64.h @@ -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);