summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 1e6cb9000..76040fd59 100644
--- a/ssh.c
+++ b/ssh.c
@@ -876,7 +876,7 @@ main(int ac, char **av)
876 SYSLOG_FACILITY_USER, !use_syslog); 876 SYSLOG_FACILITY_USER, !use_syslog);
877 877
878 if (debug_flag) 878 if (debug_flag)
879 logit("%s, %s", SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); 879 logit("%s, %s", SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
880 880
881 /* Parse the configuration files */ 881 /* Parse the configuration files */
882 process_config_files(pw); 882 process_config_files(pw);