From: james Date: Mon, 21 Jan 2008 03:45:07 +0000 (+0000) Subject: Define ALLOW_NON_CBC_CIPHERS for people who don't X-Git-Tag: v2.1_rc5~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be8b67cff5e422814a548ac8ac5d245fcfdab22b;p=thirdparty%2Fopenvpn.git Define ALLOW_NON_CBC_CIPHERS for people who don't want to use a CBC cipher for OpenVPN's data channel. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2636 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/crypto.h b/crypto.h index 208ff23cc..655e499e0 100644 --- a/crypto.h +++ b/crypto.h @@ -26,6 +26,8 @@ #define CRYPTO_H #ifdef USE_CRYPTO +#define ALLOW_NON_CBC_CIPHERS + /* * Does our OpenSSL library support crypto hardware acceleration? */