summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 36f34ff58..7d97c92de 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.279 2003/09/26 08:19:29 markus Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.280 2003/10/02 10:41:59 markus Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -758,7 +758,8 @@ drop_connection(int startups)
758static void 758static void
759usage(void) 759usage(void)
760{ 760{
761 fprintf(stderr, "sshd version %s\n", SSH_VERSION); 761 fprintf(stderr, "sshd version %s, %s\n",
762 SSH_VERSION, SSLeay_version(SSLEAY_VERSION));
762 fprintf(stderr, "Usage: %s [options]\n", __progname); 763 fprintf(stderr, "Usage: %s [options]\n", __progname);
763 fprintf(stderr, "Options:\n"); 764 fprintf(stderr, "Options:\n");
764 fprintf(stderr, " -f file Configuration file (default %s)\n", _PATH_SERVER_CONFIG_FILE); 765 fprintf(stderr, " -f file Configuration file (default %s)\n", _PATH_SERVER_CONFIG_FILE);