From c2e49062faccbcd7135c40d1c78c5c329c58fc2e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 1 Apr 2014 14:42:46 +1100 Subject: - (djm) Use full release (e.g. 6.5p1) in debug output rather than just version. From des@des.no --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh.c') 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) SYSLOG_FACILITY_USER, !use_syslog); if (debug_flag) - logit("%s, %s", SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); + logit("%s, %s", SSH_RELEASE, SSLeay_version(SSLEAY_VERSION)); /* Parse the configuration files */ process_config_files(pw); -- cgit v1.2.3