Index: /branches/rel_avx_2_7_4/src/backend/sys_cmd.c
===================================================================
--- /branches/rel_avx_2_7_4/src/backend/sys_cmd.c	(revision 9047)
+++ /branches/rel_avx_2_7_4/src/backend/sys_cmd.c	(working copy)
@@ -150,9 +150,9 @@
 #define SSHD_SRC_CONF_FILE      "/etc/sshd_src.conf"
 #define SSHD_SRC_CONF_TMPFILE   "/etc/sshd_src.conf.tmp"
 
-#define MAX_SSH_CIPHER_TYPE 15
+#define MAX_SSH_CIPHER_TYPE 14
 #define SSH_SUPPORT_CIPHERS "3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc"
-#define MAX_SSH_MACS_ALGORITHM_TYPE 8 
+#define MAX_SSH_MACS_ALGORITHM_TYPE 4 
 #define SSH_SUPPORT_MACS_ALGORITHMS "hmac-sha2-256,hmac-sha2-512,umac-64@openssh.com,umac-128@openssh.com"
 #define MAX_SSH_KEX_ALGORITHM_TYPE 5
 #define SSH_SUPPORT_KEX_ALGORITHMS "curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521"
