svn commit: r264308 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Wed Apr 9 20:42:00 UTC 2014


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


More information about the svn-src-head mailing list