Module Name: src
Committed By: rin
Date: Fri Jul 28 04:58:27 UTC 2023
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh_api.c
Log Message:
openssh: whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/crypto/external/bsd/openssh/dist/ssh_api.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/ssh_api.c
diff -u src/crypto/external/bsd/openssh/dist/ssh_api.c:1.14 src/crypto/external/bsd/openssh/dist/ssh_api.c:1.15
--- src/crypto/external/bsd/openssh/dist/ssh_api.c:1.14 Wed Jul 26 17:58:16 2023
+++ src/crypto/external/bsd/openssh/dist/ssh_api.c Fri Jul 28 04:58:27 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: ssh_api.c,v 1.14 2023/07/26 17:58:16 christos Exp $ */
+/* $NetBSD: ssh_api.c,v 1.15 2023/07/28 04:58:27 rin Exp $ */
/* $OpenBSD: ssh_api.c,v 1.27 2021/04/03 06:18:41 djm Exp $ */
/*
@@ -18,7 +18,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: ssh_api.c,v 1.14 2023/07/26 17:58:16 christos Exp $");
+__RCSID("$NetBSD: ssh_api.c,v 1.15 2023/07/28 04:58:27 rin Exp $");
#include <sys/types.h>
@@ -82,7 +82,7 @@ mm_choose_dh(int min, int nbits, int max
int
ssh_init(struct ssh **sshp, int is_server, struct kex_params *kex_params)
{
- const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
+ const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
struct ssh *ssh;
const char **proposal;
static int called;