]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Define ALLOW_NON_CBC_CIPHERS for people who don't
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Mon, 21 Jan 2008 03:45:07 +0000 (03:45 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Mon, 21 Jan 2008 03:45:07 +0000 (03:45 +0000)
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

crypto.h

index 208ff23cc5afba7e2a2af3c67beebe2ba5c2d709..655e499e08d473d9bf0da8db1184688f2b3137a8 100644 (file)
--- 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?
  */