mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-14 20:10:33 -04:00
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
This commit is contained in:
parent
c8c16606cc
commit
be8b67cff5
1 changed files with 2 additions and 0 deletions
2
crypto.h
2
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?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue