Explain why we don't include VersionAddendum in the debug mode banner.

This commit is contained in:
Dag-Erling Smørgrav 2016-01-21 12:41:02 +00:00
parent fc1ba28a5c
commit a067b78c9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294497

View file

@ -990,6 +990,7 @@ main(int ac, char **av)
SYSLOG_FACILITY_USER, !use_syslog);
if (debug_flag)
/* version_addendum is always NULL at this point */
logit("%s, %s", SSH_RELEASE, OPENSSL_VERSION);
/* Parse the configuration files */