diff options
author | tb <> | 2023-07-28 09:08:31 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:08:31 +0000 |
commit | 5fdc6aff8969f405877cb212f681afded1f948e6 (patch) | |
tree | 9fbfcaf47aa3e6f663d8128e3944ef1c5715ad5f /src/lib/libcrypto/ossl_typ.h | |
parent | 4b0019a4c482019d6ceec85774d0379f5d4f7009 (diff) | |
download | openbsd-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/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 6e33f8cfbd..8ff3779636 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.25 2023/04/25 18:28:05 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.26 2023/07/28 09:08:31 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 | * |
@@ -125,7 +125,6 @@ typedef struct rsa_pss_params_st RSA_PSS_PARAMS; | |||
125 | typedef struct rand_meth_st RAND_METHOD; | 125 | typedef struct rand_meth_st RAND_METHOD; |
126 | 126 | ||
127 | typedef struct ecdh_method ECDH_METHOD; | 127 | typedef struct ecdh_method ECDH_METHOD; |
128 | typedef struct ecdsa_method ECDSA_METHOD; | ||
129 | 128 | ||
130 | typedef struct x509_st X509; | 129 | typedef struct x509_st X509; |
131 | typedef struct X509_algor_st X509_ALGOR; | 130 | typedef struct X509_algor_st X509_ALGOR; |