]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove leakmalloc reference; we used this early when
authordjm@openbsd.org <djm@openbsd.org>
Fri, 6 Sep 2019 03:30:42 +0000 (03:30 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 6 Sep 2019 06:06:22 +0000 (16:06 +1000)
refactoring but not since

OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c

kex.h

diff --git a/kex.h b/kex.h
index 6d446d1ccbb59e08706a483f5a7d3ce41aab180a..613904b6c62cf2722bb7ad365759a73d4ee42455 100644 (file)
--- 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.
 #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>