Skip to content

Commit

Permalink
upstream: remove leakmalloc reference; we used this early when
Browse files Browse the repository at this point in the history
refactoring but not since

OpenBSD-Commit-ID: bb28ebda8f7c490b87b37954044a6cdd43a7eb2c
  • Loading branch information
djmdjm committed Sep 6, 2019
1 parent 1268f0b commit d05aaaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kex.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d05aaaa

Please sign in to comment.