summaryrefslogtreecommitdiffstats
path: root/ssl.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 19:53:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 19:53:49 +0000
commit6aa7fb8de2a73e7910f9742546ee13bc148a6fe1 (patch)
treef156472f6a7f7930e287339c9c10a952cc8a8241 /ssl.h
parent775a6ac2796a55bad3489d8532fd138d232fd2c4 (diff)
downloadopenvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.gz
openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.xz
openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.zip
Fixed issue of symbol conflicts interfering with Windows CryptoAPI
functionality (Alon Bar-Lev). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4475 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl.h b/ssl.h
index 6dedac1..dabe6f8 100644
--- a/ssl.h
+++ b/ssl.h
@@ -230,7 +230,7 @@
#define S_SENT_KEY 4 /* client does S_SENT_KEY -> S_GOT_KEY */
#define S_GOT_KEY 5 /* server does S_GOT_KEY -> S_SENT_KEY */
#define S_ACTIVE 6 /* ready to exchange data channel packets */
-#define S_NORMAL 7 /* normal operations */
+#define S_NORMAL_OP 7 /* normal operations */
/*
* Are we ready to receive data channel packets?