diff options
author | Jakub Jelen <jjelen@redhat.com> | 2020-04-28 11:04:59 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-05-05 14:23:06 +0200 |
commit | e6aee24a1e3be68417e1ac4ab4a02c65bf9db637 (patch) | |
tree | 02ec3d0ee6fb0313ddc23410da2301098ab04b0e /config.h.cmake | |
parent | 46499b1b9090b1e5d6a7d84998bc23ed71b3cf9c (diff) | |
download | libssh-e6aee24a1e3be68417e1ac4ab4a02c65bf9db637.tar.gz libssh-e6aee24a1e3be68417e1ac4ab4a02c65bf9db637.tar.xz libssh-e6aee24a1e3be68417e1ac4ab4a02c65bf9db637.zip |
Add basic support for none cipher and MACs
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 5d62438c..e708dd0b 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -269,6 +269,9 @@ /* Define to 1 if you want to enable DH group exchange algorithms */ #cmakedefine WITH_GEX 1 +/* Define to 1 if you want to enable none cipher and MAC */ +#cmakedefine WITH_INSECURE_NONE 1 + /* Define to 1 if you want to enable blowfish cipher support */ #cmakedefine WITH_BLOWFISH_CIPHER 1 |