[openssh-commits] [openssh] 01/01: Include Portable version in sshd version string.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Aug 25 14:50:26 AEST 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch V_9_4
in repository openssh.
commit d6f7e842816db47f655c95ca2499f74aa83ffd35
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Aug 25 14:48:02 2023 +1000
Include Portable version in sshd version string.
bz#3608, ok djm@
---
sshd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sshd.c b/sshd.c
index 264e81ac..8524808f 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1697,7 +1697,7 @@ main(int ac, char **av)
break;
case 'V':
fprintf(stderr, "%s, %s\n",
- SSH_VERSION, SSH_OPENSSL_VERSION);
+ SSH_RELEASE, SSH_OPENSSL_VERSION);
exit(0);
default:
usage();
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list