summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>