[openssh-commits] [openssh] branch master updated: upstream: g/c outdated XXX comments
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 27 09:46:45 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new fd2e64c9 upstream: g/c outdated XXX comments
fd2e64c9 is described below
commit fd2e64c9ec9ea3e89e396be0db41aaf982ae1210
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Nov 26 22:05:51 2024 +0000
upstream: g/c outdated XXX comments
OpenBSD-Commit-ID: 74d0c0b74994d9a4343c4d7ea4948cb34f609a6c
---
sshsig.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sshsig.c b/sshsig.c
index 289f3e72..6e03c0b0 100644
--- a/sshsig.c
+++ b/sshsig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshsig.c,v 1.36 2024/11/26 21:23:35 djm Exp $ */
+/* $OpenBSD: sshsig.c,v 1.37 2024/11/26 22:05:51 djm Exp $ */
/*
* Copyright (c) 2019 Google LLC
*
@@ -40,9 +40,9 @@
#define MAGIC_PREAMBLE_LEN (sizeof(MAGIC_PREAMBLE) - 1)
#define BEGIN_SIGNATURE "-----BEGIN SSH SIGNATURE-----"
#define END_SIGNATURE "-----END SSH SIGNATURE-----"
-#define RSA_SIGN_ALG "rsa-sha2-512" /* XXX maybe make configurable */
+#define RSA_SIGN_ALG "rsa-sha2-512"
#define RSA_SIGN_ALLOWED "rsa-sha2-512,rsa-sha2-256"
-#define HASHALG_DEFAULT "sha512" /* XXX maybe make configurable */
+#define HASHALG_DEFAULT "sha512"
#define HASHALG_ALLOWED "sha256,sha512"
int
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list