diff options
author | Arne Schwabe <arne@rfc2549.org> | 2018-01-31 13:15:14 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2018-01-31 13:15:14 +0100 |
commit | 97e2e6674ad1aff81b7b7d94e96594a532c40367 (patch) | |
tree | 01f750c686a8d6225df171b6fa5130179fa365c8 /main/src | |
parent | 7ff484bd48f064998f8d4481b2e4f8164d539573 (diff) |
Enable OFB and CFB modes (closes #835)
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/cpp/openvpn-config/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/main/cpp/openvpn-config/config.h b/main/src/main/cpp/openvpn-config/config.h index 2a6840f1..7a25ea96 100644 --- a/main/src/main/cpp/openvpn-config/config.h +++ b/main/src/main/cpp/openvpn-config/config.h @@ -673,3 +673,5 @@ int res_init(); #define HAVE_EVP_PKEY_GET0_EC_KEY 1 #define HAVE_EC_GROUP_ORDER_BITS 1 #define HAVE_RSA_METH_GET0_APP_DATA 1 + +#define ENABLE_OFB_CFB_MODE 1
\ No newline at end of file |