aboutsummaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-05-11 19:47:03 +0000
committerJames Yonan <james@openvpn.net>2010-05-11 19:47:03 +0000
commit484e9d36d09e3494a6d964c588c353f650a61b5f (patch)
treecb8bdaf0a8f53e6810c8ac581f6d17db4e0ac4a5 /config-win32.h
parentProxy improvements: (diff)
downloadopenvpn-484e9d36d09e3494a6d964c588c353f650a61b5f.tar.xz
Minor fixes to recent HTTP proxy changes:
* use strcasecmp instead of stricmp * define HASH and HASHHEX as unsigned char to avoid compiler warnings git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5629 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-win32.h b/config-win32.h
index bed043c..be0b320 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -291,7 +291,7 @@ typedef unsigned long in_addr_t;
#define lseek _lseek
#define chdir _chdir
#define strdup _strdup
-#define stricmp _stricmp
+#define strcasecmp _stricmp
#define chsize _chsize
#define S_IRUSR 0
#define S_IWUSR 0