summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_int.h
diff options
context:
space:
mode:
authortb <>2023-07-28 09:08:31 +0000
committertb <>2023-07-28 09:08:31 +0000
commit5fdc6aff8969f405877cb212f681afded1f948e6 (patch)
tree9fbfcaf47aa3e6f663d8128e3944ef1c5715ad5f /src/lib/libcrypto/engine/eng_int.h
parent4b0019a4c482019d6ceec85774d0379f5d4f7009 (diff)
downloadopenbsd-5fdc6aff8969f405877cb212f681afded1f948e6.tar.gz
openbsd-5fdc6aff8969f405877cb212f681afded1f948e6.tar.bz2
openbsd-5fdc6aff8969f405877cb212f681afded1f948e6.zip
Remove ECDSA_METHOD
After smtpd (in base) and libtls finally switched from ECDSA_METHOD to EC_KEY_METHOD, much of the ECDSA_METHOD code was neutered. Remove the remaining public API as well as numerous tentacles 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 298c0e327f..ad504a5a2b 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.10 2019/01/19 01:07:00 tb Exp $ */ 1/* $OpenBSD: eng_int.h,v 1.11 2023/07/28 09:08:31 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 */
@@ -158,7 +158,6 @@ struct engine_st {
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; 160 const ECDH_METHOD *ecdh_meth;
161 const ECDSA_METHOD *ecdsa_meth;
162 const EC_KEY_METHOD *ec_meth; 161 const EC_KEY_METHOD *ec_meth;
163 const RAND_METHOD *rand_meth; 162 const RAND_METHOD *rand_meth;
164 const STORE_METHOD *store_meth; 163 const STORE_METHOD *store_meth;