summaryrefslogtreecommitdiffstats
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-04-23 19:25:29 +1000
committerDamien Miller <djm@mindrot.org>2013-04-23 19:25:29 +1000
commitf8b894e31dc3530c7eb6d0a378848260d54f74c4 (patch)
tree080fa68568a8a139e8ec51f4185f939c4e076857 /kex.c
parent34bd20a1e53b63ceb01f06c1654d9112e6784b0a (diff)
- djm@cvs.openbsd.org 2013/04/19 12:07:08
[kex.c] remove duplicated list entry pointed out by naddy@
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 65a227bc..f6e683bd 100644
--- a/kex.c
+++ b/kex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.c,v 1.89 2013/04/19 01:06:50 djm Exp $ */
+/* $OpenBSD: kex.c,v 1.90 2013/04/19 12:07:08 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
*