summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-17 00:26:12 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-17 00:26:12 +0800
commitdb34044c7fdfcdf85a2606b686d60910e1ff36b6 (patch)
tree902f505d9ea4a4c613892e9bf296be0dbb74f07f /options.h
parent036edd62068e3ad68aa5d15c10bc8b505fbe2396 (diff)
ENABLE_USER_ALGO_LIST should work for the client
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index c0e25f5..9fdec4b 100644
--- a/options.h
+++ b/options.h
@@ -81,7 +81,7 @@ much traffic. */
#define ENABLE_CLI_NETCAT
/* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime */
-/* #define ENABLE_USER_ALGO_LIST*/
+#define ENABLE_USER_ALGO_LIST
/* Encryption - at least one required.
* Protocol RFC requires 3DES and recommends AES128 for interoperability.