diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
commit | e5e752b5a70a672df97b5d7ca5c1e58c87a27234 (patch) | |
tree | e5b7ad86bb53b8a7e0394f159b15abac2622bdb6 /kex.c | |
parent | 9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff) |
Notes
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: kex.c,v 1.80 2008/09/06 12:24:13 djm Exp $ */ +/* $OpenBSD: kex.c,v 1.81 2009/05/27 06:34:36 andreas Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * @@ -49,8 +49,6 @@ #include "dispatch.h" #include "monitor.h" -#define KEX_COOKIE_LEN 16 - #if OPENSSL_VERSION_NUMBER >= 0x00907000L # if defined(HAVE_EVP_SHA256) # define evp_ssh_sha256 EVP_sha256 |