summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/kex.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/kex.h b/usr.bin/ssh/kex.h
index 5eef638634f..d4ef5589bae 100644
--- a/usr.bin/ssh/kex.h
+++ b/usr.bin/ssh/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.107 2019/01/23 00:30:41 djm Exp $ */
+/* $OpenBSD: kex.h,v 1.108 2019/09/06 03:30:42 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -29,10 +29,6 @@
#include "mac.h"
#include "crypto_api.h"
-#ifdef WITH_LEAKMALLOC
-#include "leakmalloc.h"
-#endif
-
#define KEX_COOKIE_LEN 16
#define KEX_DH1 "diffie-hellman-group1-sha1"