From 38c767afbd3ac7df9b9751a7a9e2277a2c3237f3 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 9 Apr 2014 20:42:00 +0000 Subject: Restore the pX part to the version number printed in debugging mode. --- crypto/openssh/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index 91f19de..eb69b72 100644 --- a/crypto/openssh/ssh.c +++ b/crypto/openssh/ssh.c @@ -895,7 +895,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.1