summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ossl_typ.h
diff options
context:
space:
mode:
authortb <>2023-07-28 09:22:26 +0000
committertb <>2023-07-28 09:22:26 +0000
commitf15cd04d37436407bfd863b507fcd73ca66e3976 (patch)
tree4eb57ae2fdd0f6dff20d00655e0d117dcf61415d /src/lib/libcrypto/ossl_typ.h
parente5c3cb1fc9513740908e7dc235cee9871623b942 (diff)
downloadopenbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.gz
openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.bz2
openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.zip
Excise ECDH_METHOD
Unlike ECDSA_METHOD, this has been unused forever but kind of needed to stay for symmetry with ECDSA_METHOD. Now we can finally take it behind the barn and remove its tendrils into ENGINE. ok jsing
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r--src/lib/libcrypto/ossl_typ.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h
index 8ff3779636..b58888de3b 100644
--- a/src/lib/libcrypto/ossl_typ.h
+++ b/src/lib/libcrypto/ossl_typ.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ossl_typ.h,v 1.26 2023/07/28 09:08:31 tb Exp $ */ 1/* $OpenBSD: ossl_typ.h,v 1.27 2023/07/28 09:22:26 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -124,8 +124,6 @@ typedef struct rsa_pss_params_st RSA_PSS_PARAMS;
124 124
125typedef struct rand_meth_st RAND_METHOD; 125typedef struct rand_meth_st RAND_METHOD;
126 126
127typedef struct ecdh_method ECDH_METHOD;
128
129typedef struct x509_st X509; 127typedef struct x509_st X509;
130typedef struct X509_algor_st X509_ALGOR; 128typedef struct X509_algor_st X509_ALGOR;
131typedef struct X509_crl_st X509_CRL; 129typedef struct X509_crl_st X509_CRL;