-/* $OpenBSD: ec_local.h,v 1.25 2023/07/28 09:28:37 tb Exp $ */
+/* $OpenBSD: ec_local.h,v 1.26 2023/07/28 15:50:33 tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
#include <openssl/bn.h>
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
#include <openssl/objects.h>
#include "bn_local.h"
-/* $OpenBSD: ec_pmeth.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */
+/* $OpenBSD: ec_pmeth.c,v 1.19 2023/07/28 15:50:33 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
#include <openssl/asn1t.h>
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
-/* $OpenBSD: ecdsa_local.h,v 1.1 2023/07/05 11:37:46 tb Exp $ */
+/* $OpenBSD: ecdsa_local.h,v 1.2 2023/07/28 15:50:33 tb Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project
*/
#ifndef HEADER_ECS_LOCAL_H
#define HEADER_ECS_LOCAL_H
-#include <openssl/ecdsa.h>
+#include <openssl/ec.h>
__BEGIN_HIDDEN_DECLS
-/* $OpenBSD: gost_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
+/* $OpenBSD: gost_local.h,v 1.3 2023/07/28 15:50:33 tb Exp $ */
/*
* Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Copyright (c) 2005-2006 Cryptocom LTD
#define HEADER_GOST_LOCAL_H
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
__BEGIN_HIDDEN_DECLS
-/* $OpenBSD: gostr341001_pmeth.c,v 1.18 2023/07/05 11:37:45 tb Exp $ */
+/* $OpenBSD: gostr341001_pmeth.c,v 1.19 2023/07/28 15:50:33 tb Exp $ */
/*
* Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Copyright (c) 2005-2006 Cryptocom LTD
#include <openssl/err.h>
#include <openssl/gost.h>
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
#include <openssl/x509.h>
#include "ecdsa_local.h"
-/* $OpenBSD: sm2.h,v 1.2 2022/07/12 14:42:50 kn Exp $ */
+/* $OpenBSD: sm2.h,v 1.3 2023/07/28 15:50:33 tb Exp $ */
/*
* Copyright (c) 2017, 2019 Ribose Inc
*
#include <openssl/opensslconf.h>
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
#ifdef OPENSSL_NO_SM2
#error SM2 is disabled.
-/* $OpenBSD: sm2_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
+/* $OpenBSD: sm2_local.h,v 1.3 2023/07/28 15:50:33 tb Exp $ */
/*
* Copyright (c) 2017, 2019 Ribose Inc
*
#define HEADER_SM2_LOCAL_H
#include <openssl/ec.h>
-#include <openssl/ecdsa.h>
__BEGIN_HIDDEN_DECLS
-/* $OpenBSD: x509.h,v 1.100 2023/04/25 18:57:57 tb Exp $ */
+/* $OpenBSD: x509.h,v 1.101 2023/07/28 15:50:33 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
#ifndef OPENSSL_NO_EC
#include <openssl/ec.h>
#endif
-#ifndef OPENSSL_NO_ECDSA
-#include <openssl/ecdsa.h>
-#endif
-#ifndef OPENSSL_NO_ECDH
-#include <openssl/ecdh.h>
-#endif
#ifndef OPENSSL_NO_EVP
#include <openssl/evp.h>
#endif