diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-03 16:02:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-03 16:02:48 +0100 |
commit | 4f244609f3cf32ae2ab17069f0e267eb59f05f04 (patch) | |
tree | a0aefd5342678cbb7d7e6a0a77c8ea5acc194596 /openvpn/config.h | |
parent | 9e0e3572c2133f2396d27ced5ddb265b6e604b58 (diff) |
Update build script to include revision, update openvpn code, remove openssl compat (disables export ciphers)
Diffstat (limited to 'openvpn/config.h')
-rw-r--r-- | openvpn/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openvpn/config.h b/openvpn/config.h index 2f5cc0b3..5e2325a2 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -450,7 +450,7 @@ #define PACKAGE_NAME "OpenVPN" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenVPN 2.4-icsopenvpn" +#define PACKAGE_STRING "OpenVPN 2.4-icsopenvpn64" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openvpn" @@ -620,8 +620,11 @@ #define HAVE_LZO_LZO1X_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 +#define HAVE_CONFIG_VERSION_H 1 +#define PATH_SEPARATOR_STR "/" // Workaround for bionc #define IPPROTO_IP IPPROTO_IP #define IPPROTO_TCP IPPROTO_TCP + |