]> andersk Git - gssapi-openssh.git/commitdiff
fix merge error
authorjbasney <jbasney>
Thu, 14 Mar 2002 16:16:46 +0000 (16:16 +0000)
committerjbasney <jbasney>
Thu, 14 Mar 2002 16:16:46 +0000 (16:16 +0000)
openssh/sshd.c

index 68a743ba26c48e06d13a1a0756efbff9d36091a8..958212283d02cb9ef506a9be6483e3e226180065 100644 (file)
@@ -1373,8 +1373,6 @@ do_ssh1_kex(void)
        packet_set_protocol_flags(protocol_flags);
        packet_check_eom();
 
-       packet_integrity_check(plen, 1 + 8 + slen + 4, SSH_CMSG_SESSION_KEY);
-
        /*
         * Decrypt it using our private server key and private host key (key
         * with larger modulus first).
This page took 0.041257 seconds and 5 git commands to generate.