https://bugzilla.mindrot.org/show_bug.cgi?id=2729
--- Comment #5 from Nitin Mahendru <[email protected]> --- cool. got ya. In file kex.c, below is the relevant code right ? authlen = cipher_authlen(newkeys->enc.cipher); /* ignore mac for authenticated encryption */ if (authlen == 0 && (r = choose_mac(ssh, &newkeys->mac, cprop[nmac], sprop[nmac])) != 0) { } -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
