]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: whitespace
authordjm@openbsd.org <djm@openbsd.org>
Wed, 31 Aug 2022 02:56:40 +0000 (02:56 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 31 Aug 2022 02:57:42 +0000 (12:57 +1000)
OpenBSD-Commit-ID: c2bcbf93610d3d62ed206cdf9bf9ff98c6aaf232

packet.c

index bde6c1045e8a6562c280f20f99bf97f3d90800fd..3f64d2d32854a4819ddd9bcbcd22eba01c6f66ee 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.307 2022/01/22 00:49:34 djm Exp $ */
+/* $OpenBSD: packet.c,v 1.308 2022/08/31 02:56:40 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -986,7 +986,7 @@ ssh_packet_need_rekeying(struct ssh *ssh, u_int outbound_packet_len)
                return 1;
 
        /*
-        * Always rekey when MAX_PACKETS sent in either direction 
+        * Always rekey when MAX_PACKETS sent in either direction
         * As per RFC4344 section 3.1 we do this after 2^31 packets.
         */
        if (state->p_send.packets > MAX_PACKETS ||