summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:19:12 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:19:12 +1100
commit15bce6b8f0e7280aaf26b97a316a991990fc0ca0 (patch)
tree96604006b765a16d9046600c5033a20e043cdac9 /kex.c
parentad793d59a95a3b69f705c46bcf4f6e720b65f32f (diff)
- 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)
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kex.c b/kex.c
index 332fadf6e..48b54f5f7 100644
--- a/kex.c
+++ b/kex.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.c,v 1.79 2007/06/05 06:52:37 djm Exp $ */ 1/* $OpenBSD: kex.c,v 1.80 2008/09/06 12:24:13 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
4 * 4 *