From 036edd62068e3ad68aa5d15c10bc8b505fbe2396 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 17 May 2012 00:12:42 +0800 Subject: Add rough support for choosing ciphers/hashes with "-c" or "-m" --- options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 14dda0c..c0e25f5 100644 --- a/options.h +++ b/options.h @@ -80,6 +80,9 @@ much traffic. */ * to a remote TCP-forwarded connection */ #define ENABLE_CLI_NETCAT +/* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime */ +/* #define ENABLE_USER_ALGO_LIST*/ + /* Encryption - at least one required. * Protocol RFC requires 3DES and recommends AES128 for interoperability. * Including multiple keysize variants the same cipher -- cgit v1.2.3