diff options
author | Damien Miller <djm@mindrot.org> | 2004-03-22 09:36:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-03-22 09:36:00 +1100 |
commit | 0c889cd9e9b3e6f628e650e160a6ba8443fa3604 (patch) | |
tree | 9e1cea2cfc7c6b195886c083d75ef6b68a51e5db /sshd.c | |
parent | b408786db92c76bcff026c22e256d8b3485309ad (diff) |
- markus@cvs.openbsd.org 2004/03/11 10:21:17
[ssh.c sshd.c]
ssh, sshd: sync version output, ok djm
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include "includes.h" | 44 | #include "includes.h" |
45 | RCSID("$OpenBSD: sshd.c,v 1.289 2004/03/11 08:36:26 markus Exp $"); | 45 | RCSID("$OpenBSD: sshd.c,v 1.290 2004/03/11 10:21:17 markus Exp $"); |
46 | 46 | ||
47 | #include <openssl/dh.h> | 47 | #include <openssl/dh.h> |
48 | #include <openssl/bn.h> | 48 | #include <openssl/bn.h> |
@@ -763,7 +763,7 @@ drop_connection(int startups) | |||
763 | static void | 763 | static void |
764 | usage(void) | 764 | usage(void) |
765 | { | 765 | { |
766 | fprintf(stderr, "sshd version %s, %s\n", | 766 | fprintf(stderr, "%s, %s\n", |
767 | SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); | 767 | SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); |
768 | fprintf(stderr, | 768 | fprintf(stderr, |
769 | "usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]\n" | 769 | "usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]\n" |