summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-09-06 03:30:42 +0000
committerDamien Miller <djm@mindrot.org>2019-09-06 16:06:22 +1000
commitd05aaaaadcad592abfaa44540928e0c61ef72ebb (patch)
tree9c6dc1c718c6cd0fe7f023bf83964971c5c4d152 /kex.h
parent1268f0bcd8fc844ac6c27167888443c8350005eb (diff)
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 @@
1/* $OpenBSD: kex.h,v 1.107 2019/01/23 00:30:41 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.108 2019/09/06 03:30:42 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -29,10 +29,6 @@
29#include "mac.h" 29#include "mac.h"
30#include "crypto_api.h" 30#include "crypto_api.h"
31 31
32#ifdef WITH_LEAKMALLOC
33#include "leakmalloc.h"
34#endif
35
36#ifdef WITH_OPENSSL 32#ifdef WITH_OPENSSL
37# ifdef OPENSSL_HAS_ECC 33# ifdef OPENSSL_HAS_ECC
38# include <openssl/ec.h> 34# include <openssl/ec.h>