summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-21 03:45:07 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-21 03:45:07 +0000
commitbe8b67cff5e422814a548ac8ac5d245fcfdab22b (patch)
treeab003bf5fbe7be6ac0df6078ff18d957b2ea241a
parentc8c16606cc9c2814b37b2209cb0a138ec1cbe7f3 (diff)
downloadopenvpn-be8b67cff5e422814a548ac8ac5d245fcfdab22b.tar.gz
openvpn-be8b67cff5e422814a548ac8ac5d245fcfdab22b.tar.xz
openvpn-be8b67cff5e422814a548ac8ac5d245fcfdab22b.zip
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
-rw-r--r--crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto.h b/crypto.h
index 208ff23..655e499 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?
*/