Author: des Date: Wed Apr 9 20:42:00 2014 New Revision: 264308 URL: http://svnweb.freebsd.org/changeset/base/264308
Log: Restore the pX part to the version number printed in debugging mode. Modified: head/crypto/openssh/ssh.c Modified: head/crypto/openssh/ssh.c ============================================================================== --- head/crypto/openssh/ssh.c Wed Apr 9 19:16:40 2014 (r264307) +++ head/crypto/openssh/ssh.c Wed Apr 9 20:42:00 2014 (r264308) @@ -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); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"