From d450bc3bc87081cdb0f831c070906e9ecf5fd137 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 19:26:45 +0000 Subject: Move EC_KEY_{insert,set}_key_method_data() to internal-only --- src/lib/libcrypto/ecdsa/ecs_lib.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdsa/ecs_lib.c') diff --git a/src/lib/libcrypto/ecdsa/ecs_lib.c b/src/lib/libcrypto/ecdsa/ecs_lib.c index 5c44c793ed..9a35a030db 100644 --- a/src/lib/libcrypto/ecdsa/ecs_lib.c +++ b/src/lib/libcrypto/ecdsa/ecs_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecs_lib.c,v 1.16 2023/03/07 09:27:10 jsing Exp $ */ +/* $OpenBSD: ecs_lib.c,v 1.17 2023/04/25 19:26:45 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. * @@ -57,13 +57,15 @@ #include -#include "ecs_local.h" #ifndef OPENSSL_NO_ENGINE #include #endif #include #include +#include "ec_local.h" +#include "ecs_local.h" + static const ECDSA_METHOD *default_ECDSA_method = NULL; static void *ecdsa_data_new(void); -- cgit v1.2.3-55-g6feb