[openssh-commits] [openssh] 01/05: upstream: remove leakmalloc reference; we used this early when
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Sep 8 14:45:17 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d05aaaaadcad592abfaa44540928e0c61ef72ebb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Sep 6 03:30:42 2019 +0000
upstream: remove leakmalloc reference; we used this early when
refactoring but not since
OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
---
kex.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/kex.h b/kex.h
index 6d446d1c..613904b6 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list