- djm@cvs.openbsd.org 2008/09/06 12:24:13

[kex.c]
     OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
     replacement anymore
     (ID sync only for portable - we still need this)
This commit is contained in:
Damien Miller 2008-11-03 19:19:12 +11:00
parent ad793d59a9
commit 15bce6b8f0
2 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,11 @@
[session.c]
allow ForceCommand internal-sftp with arguments. based on patch from
michael.barabanov AT gmail.com; ok markus@
- djm@cvs.openbsd.org 2008/09/06 12:24:13
[kex.c]
OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
replacement anymore
(ID sync only for portable - we still need this)
20080906
- (dtucker) [config.guess config.sub] Update to latest versions from
@ -4756,4 +4761,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5104 2008/11/03 08:17:57 djm Exp $
$Id: ChangeLog,v 1.5105 2008/11/03 08:19:12 djm Exp $

2
kex.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: kex.c,v 1.79 2007/06/05 06:52:37 djm Exp $ */
/* $OpenBSD: kex.c,v 1.80 2008/09/06 12:24:13 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
*