summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
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 2a28ece03..4b2d10af9 100644
--- a/sshd.c
+++ b/sshd.c
@@ -774,7 +774,7 @@ static void
774usage(void) 774usage(void)
775{ 775{
776 fprintf(stderr, "%s, %s\n", 776 fprintf(stderr, "%s, %s\n",
777 SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); 777 SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
778 fprintf(stderr, 778 fprintf(stderr,
779"usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]\n" 779"usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]\n"
780" [-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]\n" 780" [-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]\n"
@@ -1081,7 +1081,7 @@ main(int ac, char **av)
1081 exit(1); 1081 exit(1);
1082 } 1082 }
1083 1083
1084 debug("sshd version %.100s", SSH_VERSION); 1084 debug("sshd version %.100s", SSH_RELEASE);
1085 1085
1086 /* load private host keys */ 1086 /* load private host keys */
1087 sensitive_data.host_keys = xmalloc(options.num_host_key_files * 1087 sensitive_data.host_keys = xmalloc(options.num_host_key_files *