From b8f726b41ceb12a063ea56a317fa30891bfe51fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 9 Apr 2014 20:42:00 +0000 Subject: [PATCH] Restore the pX part to the version number printed in debugging mode. --- crypto/openssh/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index 91f19de1627b..eb69b72b9fa1 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);