Index: /branches/rel_apv_10_7/usr/click/bin/openssh/build.sh
===================================================================
--- /branches/rel_apv_10_7/usr/click/bin/openssh/build.sh	(revision 38277)
+++ /branches/rel_apv_10_7/usr/click/bin/openssh/build.sh	(working copy)
@@ -19,6 +19,7 @@
 	echo "Configure have been done!"
 else
 	patch -p1 < ../array_patch 
+	patch -p0 < ../weak_mac.patch
 	if [ $? -ne 0 ]
 	then
 		echo "array_patch failed!"
Index: /branches/rel_apv_10_7/usr/click/bin/openssh/weak_mac.patch
===================================================================
--- /branches/rel_apv_10_7/usr/click/bin/openssh/weak_mac.patch	(revision 0)
+++ /branches/rel_apv_10_7/usr/click/bin/openssh/weak_mac.patch	(working copy)
@@ -0,0 +1,20 @@
+--- myproposal.h	2021-09-26 22:03:19.000000000 +0800
++++ myproposal_edit.h	2024-05-13 09:51:39.203280773 +0800
+@@ -63,16 +63,12 @@
+ #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT
+ 
+ #define	KEX_SERVER_MAC \
+-	"umac-64-etm@openssh.com," \
+ 	"umac-128-etm@openssh.com," \
+ 	"hmac-sha2-256-etm@openssh.com," \
+ 	"hmac-sha2-512-etm@openssh.com," \
+-	"hmac-sha1-etm@openssh.com," \
+-	"umac-64@openssh.com," \
+ 	"umac-128@openssh.com," \
+ 	"hmac-sha2-256," \
+-	"hmac-sha2-512," \
+-	"hmac-sha1"
++	"hmac-sha2-512"
+ 
+ #define KEX_CLIENT_MAC KEX_SERVER_MAC
+ 
