Skip to content
Snippets Groups Projects
Commit 41f50057 authored by Matt Johnston's avatar Matt Johnston
Browse files

Disable SHA256 and SHA512 by default in options.h

--HG--
branch : sha2
parent c62e5380
Branches
Tags
No related merge requests found
...@@ -112,8 +112,8 @@ much traffic. */ ...@@ -112,8 +112,8 @@ much traffic. */
#define DROPBEAR_SHA1_HMAC #define DROPBEAR_SHA1_HMAC
#define DROPBEAR_SHA1_96_HMAC #define DROPBEAR_SHA1_96_HMAC
#define DROPBEAR_SHA2_256_HMAC /*#define DROPBEAR_SHA2_256_HMAC*/
#define DROPBEAR_SHA2_512_HMAC /*#define DROPBEAR_SHA2_512_HMAC*/
#define DROPBEAR_MD5_HMAC #define DROPBEAR_MD5_HMAC
/* Hostkey/public key algorithms - at least one required, these are used /* Hostkey/public key algorithms - at least one required, these are used
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment