[PATCH] utils: Corrected a typo in header's name definition
Guy Eilam
guy
Mon Feb 14 01:23:23 PST 2011
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 at wizery.com>
---
src/utils/base64.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/base64.h b/src/utils/base64.h
index 73312dd..b87a168 100644
--- a/src/utils/base64.h
+++ b/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);
--
1.7.1
More information about the Hostap
mailing list