diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 19:53:49 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 19:53:49 +0000 |
commit | 6aa7fb8de2a73e7910f9742546ee13bc148a6fe1 (patch) | |
tree | f156472f6a7f7930e287339c9c10a952cc8a8241 /ssl.h | |
parent | Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPN (diff) | |
download | openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.xz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |