Restore the pX part to the version number printed in debugging mode.
This commit is contained in:
parent
7081bb15b0
commit
b8f726b41c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user