diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_local.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_local.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_local.h b/src/lib/libcrypto/asn1/asn1_local.h index c1dfa6f68c..a8cc53221f 100644 --- a/src/lib/libcrypto/asn1/asn1_local.h +++ b/src/lib/libcrypto/asn1/asn1_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1_local.h,v 1.5 2023/12/29 10:59:00 tb Exp $ */ | 1 | /* $OpenBSD: asn1_local.h,v 1.6 2024/01/06 17:37:23 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -98,15 +98,6 @@ struct asn1_pctx_st { | |||
98 | 98 | ||
99 | #define X509_CRL_METHOD_DYNAMIC 1 | 99 | #define X509_CRL_METHOD_DYNAMIC 1 |
100 | 100 | ||
101 | struct x509_crl_method_st { | ||
102 | int flags; | ||
103 | int (*crl_init)(X509_CRL *crl); | ||
104 | int (*crl_free)(X509_CRL *crl); | ||
105 | int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, | ||
106 | ASN1_INTEGER *ser, X509_NAME *issuer); | ||
107 | int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk); | ||
108 | }; | ||
109 | |||
110 | int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); | 101 | int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); |
111 | int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it); | 102 | int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it); |
112 | 103 | ||