- OpenBSD CVS Sync

- djm@cvs.openbsd.org 2011/01/22 09:18:53
     [version.h]
     crank to OpenSSH-5.7
This commit is contained in:
Damien Miller 2011-01-22 20:21:33 +11:00
parent 79241377df
commit ad4b1adf95
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@
RSA_get_default_method() for the benefit of openssl versions that don't
have it (at least openssl-engine-0.9.6b). Found and tested by Kevin Brott,
ok djm@.
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2011/01/22 09:18:53
[version.h]
crank to OpenSSH-5.7
20110119
- (tim) [contrib/caldera/openssh.spec] Use CFLAGS from Makefile instead

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.59 2010/08/08 16:26:42 djm Exp $ */
/* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */
#define SSH_VERSION "OpenSSH_5.6"
#define SSH_VERSION "OpenSSH_5.7"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE