diff options.h @ 683:63f8d6c469cf

ENABLE_USER_ALGO_LIST should work for the client
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 May 2012 00:26:12 +0800
parents 4edea9f363d0
children c37857676924 167fdc091c05
line wrap: on
line diff
--- a/options.h	Thu May 17 00:12:42 2012 +0800
+++ b/options.h	Thu May 17 00:26:12 2012 +0800
@@ -81,7 +81,7 @@
 #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.