diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-06 20:47:02 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-06 20:47:02 +0000 |
commit | b41166c28bbd56388bbe1d0f34c4205fbda4ebc6 (patch) | |
tree | f133b3b328ea74efce098a9428bea3d20c75295c | |
parent | 183fadc6e4e47b3eebd78b72360225cd2b84d92a (diff) |
Zap some more CRL method things
-rw-r--r-- | lib/libcrypto/asn1/asn1_local.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libcrypto/asn1/asn1_local.h b/lib/libcrypto/asn1/asn1_local.h index a8cc53221f0..499e160275e 100644 --- a/lib/libcrypto/asn1/asn1_local.h +++ b/lib/libcrypto/asn1/asn1_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_local.h,v 1.6 2024/01/06 17:37:23 tb Exp $ */ +/* $OpenBSD: asn1_local.h,v 1.7 2024/01/06 20:47:01 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -89,15 +89,6 @@ struct asn1_pctx_st { unsigned long str_flags; } /* ASN1_PCTX */; -/* Method to handle CRL access. - * In general a CRL could be very large (several Mb) and can consume large - * amounts of resources if stored in memory by multiple processes. - * This method allows general CRL operations to be redirected to more - * efficient callbacks: for example a CRL entry database. - */ - -#define X509_CRL_METHOD_DYNAMIC 1 - int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it); |