Stop including ech_local.h
authortb <tb@openbsd.org>
Sun, 25 Jun 2023 19:26:04 +0000 (19:26 +0000)
committertb <tb@openbsd.org>
Sun, 25 Jun 2023 19:26:04 +0000 (19:26 +0000)
lib/libcrypto/ec/ec_pmeth.c
lib/libcrypto/ecdh/ecdh_kdf.c
lib/libcrypto/ecdh/ech_key.c

index d1bb52d..7c94f80 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec_pmeth.c,v 1.17 2023/04/25 15:48:48 tb Exp $ */
+/* $OpenBSD: ec_pmeth.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006.
  */
@@ -68,7 +68,6 @@
 
 #include "bn_local.h"
 #include "ec_local.h"
-#include "ech_local.h"
 #include "evp_local.h"
 
 /* EC pkey context structure */
index 5c22e9c..bcd718c 100644 (file)
 
 #include <string.h>
 
+#include <openssl/ecdh.h>
 #include <openssl/ec.h>
 #include <openssl/evp.h>
 
-#include "ech_local.h"
+#include "ec_local.h"
 
 /*
  * Key derivation function from X9.63/SECG.
index 208a4b3..aa831f2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ech_key.c,v 1.17 2023/06/25 19:17:43 tb Exp $ */
+/* $OpenBSD: ech_key.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 #include <openssl/opensslconf.h>
 
 #include <openssl/bn.h>
+#include <openssl/ecdh.h>
 #include <openssl/err.h>
 #include <openssl/objects.h>
 #include <openssl/sha.h>
 
 #include "bn_local.h"
-#include "ech_local.h"
 #include "ec_local.h"
 
 /*