summaryrefslogtreecommitdiffstats
path: root/kex.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-09-06 05:30:42 +0200
committerDamien Miller <djm@mindrot.org>2019-09-06 08:06:22 +0200
commitd05aaaaadcad592abfaa44540928e0c61ef72ebb (patch)
tree9c6dc1c718c6cd0fe7f023bf83964971c5c4d152 /kex.h
parentupstream: Check for RSA support before using it for the user key, (diff)
downloadopenssh-d05aaaaadcad592abfaa44540928e0c61ef72ebb.tar.xz
openssh-d05aaaaadcad592abfaa44540928e0c61ef72ebb.zip
upstream: remove leakmalloc reference; we used this early when
refactoring but not since OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/kex.h b/kex.h
index 6d446d1cc..613904b6c 100644
--- a/kex.h
+++ b/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
-
#ifdef WITH_OPENSSL
# ifdef OPENSSL_HAS_ECC
# include <openssl/ec.h>