summaryrefslogtreecommitdiffstats
path: root/contrib/wpa
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-06-17 14:46:54 +0000
committerpluknet <pluknet@FreeBSD.org>2013-06-17 14:46:54 +0000
commit4d036c9c1350acbaaa6a43977d50f0c54cc6f007 (patch)
tree16cf0a04be6541c15609d1bc8487fcfdb442203e /contrib/wpa
parent15dd8ebc0e6236a806690d3694402e6b8ca0088c (diff)
downloadFreeBSD-src-4d036c9c1350acbaaa6a43977d50f0c54cc6f007.zip
FreeBSD-src-4d036c9c1350acbaaa6a43977d50f0c54cc6f007.tar.gz
Import change e4ac6417c7504e1c55ec556ce908974c04e29e3c from upstream wpa:
From: Guy Eilam <guy@wizery.com> 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 <guy@wizery.com> Submitted by: <dt71@gmx.com> MFC after: 3 days
Diffstat (limited to 'contrib/wpa')
-rw-r--r--contrib/wpa/src/utils/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wpa/src/utils/base64.h b/contrib/wpa/src/utils/base64.h
index 73312dd..b87a168 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);
OpenPOWER on IntegriCloud