summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec
diff options
context:
space:
mode:
authortb <>2023-06-25 19:26:04 +0000
committertb <>2023-06-25 19:26:04 +0000
commitc311eaf37cbfab9001738c1e4a69046cf9e623c7 (patch)
treed0c1ead75b62cca0e1dbce88d0514ebbb5abd010 /src/lib/libcrypto/ec
parent24b1bd6b208a24ebdadab837baf9d76829c7d4c4 (diff)
downloadopenbsd-c311eaf37cbfab9001738c1e4a69046cf9e623c7.tar.gz
openbsd-c311eaf37cbfab9001738c1e4a69046cf9e623c7.tar.bz2
openbsd-c311eaf37cbfab9001738c1e4a69046cf9e623c7.zip
Stop including ech_local.h
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r--src/lib/libcrypto/ec/ec_pmeth.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: ec_pmeth.c,v 1.17 2023/04/25 15:48:48 tb Exp $ */ 1/* $OpenBSD: ec_pmeth.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -68,7 +68,6 @@
68 68
69#include "bn_local.h" 69#include "bn_local.h"
70#include "ec_local.h" 70#include "ec_local.h"
71#include "ech_local.h"
72#include "evp_local.h" 71#include "evp_local.h"
73 72
74/* EC pkey context structure */ 73/* EC pkey context structure */