Disable SHA256 and SHA512 by default in options.h

--HG--
branch : sha2
This commit is contained in:
Matt Johnston 2012-05-16 21:56:50 +08:00
parent c62e53807f
commit 41f50057f1

View File

@ -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