From 6a5839682f46b528df7211c9c8e2a2514e8beda6 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 6 Jan 2024 20:47:01 +0000 Subject: [PATCH] Zap some more CRL method things --- lib/libcrypto/asn1/asn1_local.h | 11 +---------- 1 file changed, 1 insertion(+), 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); -- 2.20.1