From 1975fb98a1b58942714779fec010a2f1c563a1fa Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 3 Nov 2008 08:19:12 +0000 Subject: [PATCH] - 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) --- ChangeLog | 5 +++++ kex.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcc1977f..33233eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/kex.c b/kex.c index 332fadf6..48b54f5f 100644 --- a/kex.c +++ b/kex.c @@ -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. * -- 2.45.1