upstream: remove leakmalloc reference; we used this early when

refactoring but not since

OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
This commit is contained in:
djm@openbsd.org 2019-09-06 03:30:42 +00:00 committed by Damien Miller
parent 1268f0bcd8
commit d05aaaaadc
1 changed files with 1 additions and 5 deletions

6
kex.h
View File

@ -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>