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