summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_crld.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-11-01 20:53:09 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-11-01 20:53:09 +0000
commit4826bb143de0d29c57e632181b3770ecc6e302ba (patch)
tree572ac3adfa0b088284a27ecdf7de18447092c183 /lib/libcrypto/x509/x509_crld.c
parentdfb8774a73a47b76cbd387eea5780f68c84008c6 (diff)
Move the now internal X.509-related structs into x509_lcl.h.
Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and fix a couple of unnecessary reacharounds. ok jsing
Diffstat (limited to 'lib/libcrypto/x509/x509_crld.c')
-rw-r--r--lib/libcrypto/x509/x509_crld.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/x509/x509_crld.c b/lib/libcrypto/x509/x509_crld.c
index ff60a880fad..6b6f7953787 100644
--- a/lib/libcrypto/x509/x509_crld.c
+++ b/lib/libcrypto/x509/x509_crld.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_crld.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */
+/* $OpenBSD: x509_crld.c,v 1.2 2021/11/01 20:53:08 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@ -65,6 +65,8 @@
#include <openssl/err.h>
#include <openssl/x509v3.h>
+#include "x509_lcl.h"
+
static void *v2i_crld(const X509V3_EXT_METHOD *method,
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,