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>
This commit is contained in:
Guy Eilam 2011-02-21 22:44:46 +02:00 committed by Jouni Malinen
parent 4c9695be8f
commit e4ac6417c7

View 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);