summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-03-22 09:36:00 +1100
committerDamien Miller <djm@mindrot.org>2004-03-22 09:36:00 +1100
commit0c889cd9e9b3e6f628e650e160a6ba8443fa3604 (patch)
tree9e1cea2cfc7c6b195886c083d75ef6b68a51e5db /sshd.c
parentb408786db92c76bcff026c22e256d8b3485309ad (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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index b9331566b..634284251 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.289 2004/03/11 08:36:26 markus Exp $"); 45RCSID("$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)
763static void 763static void
764usage(void) 764usage(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"