svn commit: r251848 - head/contrib/wpa/src/utils

Sergey Kandaurov pluknet at FreeBSD.org
Mon Jun 17 14:46:55 UTC 2013


Author: pluknet
Date: Mon Jun 17 14:46:54 2013
New Revision: 251848
URL: http://svnweb.freebsd.org/changeset/base/251848

Log:
  Import change e4ac6417c7504e1c55ec556ce908974c04e29e3c from upstream wpa:
  
    From: Guy Eilam <guy at 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 at wizery.com>
  
  Submitted by:	<dt71 at gmx.com>
  MFC after:	3 days

Modified:
  head/contrib/wpa/src/utils/base64.h

Modified: head/contrib/wpa/src/utils/base64.h
==============================================================================
--- head/contrib/wpa/src/utils/base64.h	Mon Jun 17 14:41:39 2013	(r251847)
+++ head/contrib/wpa/src/utils/base64.h	Mon Jun 17 14:46:54 2013	(r251848)
@@ -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);


More information about the svn-src-head mailing list