summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_int.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/engine/eng_int.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/engine/eng_int.h')
-rw-r--r--src/lib/libcrypto/engine/eng_int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_int.h b/src/lib/libcrypto/engine/eng_int.h
index ad504a5a2b..2b0ba22aaf 100644
--- a/src/lib/libcrypto/engine/eng_int.h
+++ b/src/lib/libcrypto/engine/eng_int.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_int.h,v 1.11 2023/07/28 09:08:31 tb Exp $ */ 1/* $OpenBSD: eng_int.h,v 1.12 2023/07/28 09:22:26 tb Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -157,7 +157,6 @@ struct engine_st {
157 const RSA_METHOD *rsa_meth; 157 const RSA_METHOD *rsa_meth;
158 const DSA_METHOD *dsa_meth; 158 const DSA_METHOD *dsa_meth;
159 const DH_METHOD *dh_meth; 159 const DH_METHOD *dh_meth;
160 const ECDH_METHOD *ecdh_meth;
161 const EC_KEY_METHOD *ec_meth; 160 const EC_KEY_METHOD *ec_meth;
162 const RAND_METHOD *rand_meth; 161 const RAND_METHOD *rand_meth;
163 const STORE_METHOD *store_meth; 162 const STORE_METHOD *store_meth;