summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecdsa_local.h
diff options
context:
space:
mode:
authortb <>2023-07-28 15:50:33 +0000
committertb <>2023-07-28 15:50:33 +0000
commit0a9b2eebd959bd9a2fe64f36f8389266a7c0b88b (patch)
tree919fa2c577092b41cb1ba147c14b98991a0eacca /src/lib/libcrypto/ecdsa/ecdsa_local.h
parentb5b5f9335614fcce5146d82ce069cfb3d23cc5a8 (diff)
downloadopenbsd-0a9b2eebd959bd9a2fe64f36f8389266a7c0b88b.tar.gz
openbsd-0a9b2eebd959bd9a2fe64f36f8389266a7c0b88b.tar.bz2
openbsd-0a9b2eebd959bd9a2fe64f36f8389266a7c0b88b.zip
Stop including ecdsa.h and ecdh.h internally
These headers are now reduced to #include <openssl/ec.h> and are provided for compatiblity only. There's no point in using them. At the same time garbage collect the last uses of OPENSSL_NO_{ECDSA,ECDH} in our tree. ok jsing
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/ecdsa/ecdsa_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsa_local.h b/src/lib/libcrypto/ecdsa/ecdsa_local.h
index 249e045900..cc3af3e10f 100644
--- a/src/lib/libcrypto/ecdsa/ecdsa_local.h
+++ b/src/lib/libcrypto/ecdsa/ecdsa_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecdsa_local.h,v 1.1 2023/07/05 11:37:46 tb Exp $ */ 1/* $OpenBSD: ecdsa_local.h,v 1.2 2023/07/28 15:50:33 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project 3 * Written by Nils Larsch for the OpenSSL project
4 */ 4 */
@@ -59,7 +59,7 @@
59#ifndef HEADER_ECS_LOCAL_H 59#ifndef HEADER_ECS_LOCAL_H
60#define HEADER_ECS_LOCAL_H 60#define HEADER_ECS_LOCAL_H
61 61
62#include <openssl/ecdsa.h> 62#include <openssl/ec.h>
63 63
64__BEGIN_HIDDEN_DECLS 64__BEGIN_HIDDEN_DECLS
65 65