diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-12 20:31:43 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-12 20:31:43 +0000 |
commit | 1bda73a7b0f45a2502ae93e33e30b98152d893f3 (patch) | |
tree | 7bdf8f59ec2c6443a071a0217f78f8a999596030 /packet_id.c | |
parent | Misc XGUI fixes. (diff) | |
download | openvpn-1bda73a7b0f45a2502ae93e33e30b98152d893f3.tar.xz |
Moved branch into official BETA21 position.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2959 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'packet_id.c')
-rw-r--r-- | packet_id.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packet_id.c b/packet_id.c index 6bc5b6b..08e5974 100644 --- a/packet_id.c +++ b/packet_id.c @@ -31,16 +31,10 @@ * to IPSec. */ -#ifdef WIN32 -#include "config-win32.h" -#else -#include "config.h" -#endif +#include "syshead.h" #ifdef USE_CRYPTO -#include "syshead.h" - #include "packet_id.h" #include "misc.h" #include "integer.h" |