Also remove ecdh.h use from libssl
authortb <tb@openbsd.org>
Fri, 28 Jul 2023 16:02:34 +0000 (16:02 +0000)
committertb <tb@openbsd.org>
Fri, 28 Jul 2023 16:02:34 +0000 (16:02 +0000)
lib/libssl/ssl_kex.c

index 85caf25..fa420a3 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_kex.c,v 1.11 2023/06/27 11:03:41 tb Exp $ */
+/* $OpenBSD: ssl_kex.c,v 1.12 2023/07/28 16:02:34 tb Exp $ */
 /*
  * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org>
  *
@@ -20,7 +20,6 @@
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 #include <openssl/ec.h>
-#include <openssl/ecdh.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>