From 0497f3895ade6dcbddfa29af12e57ac2253aa196 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 25 Jun 2023 19:26:04 +0000 Subject: Stop including ech_local.h --- src/lib/libcrypto/ec/ec_pmeth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ec_pmeth.c b/src/lib/libcrypto/ec/ec_pmeth.c index d1bb52d9ed..7c94f80c7f 100644 --- a/src/lib/libcrypto/ec/ec_pmeth.c +++ b/src/lib/libcrypto/ec/ec_pmeth.c @@ -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 */ -- cgit v1.2.3-55-g6feb