Restore the pX part to the version number printed in debugging mode.

This commit is contained in:
Dag-Erling Smørgrav 2014-04-09 20:42:00 +00:00
parent 7081bb15b0
commit b8f726b41c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264308

View File

@ -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);