]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
utils: Corrected a typo in header's name definition
authorGuy Eilam <guy@wizery.com>
Mon, 21 Feb 2011 20:44:46 +0000 (22:44 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Feb 2011 20:44:46 +0000 (22:44 +0200)
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>
src/utils/base64.h

index 73312dde8f64761b9694cbc7b3116dab811179d4..b87a1682f8ddfc2d684e2dc3b516ba983093a9d5 100644 (file)
@@ -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);