From 447b7d023d710bab0bd0c008a5b14a66c1ee2581 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 14 Jan 2022 09:01:36 +0000 Subject: [PATCH] Remove header guard around RFC 3779 declarations ok inoguchi jsing --- lib/libcrypto/x509/x509v3.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/x509/x509v3.h b/lib/libcrypto/x509/x509v3.h index 621ce571bbd..c82ecae08ad 100644 --- a/lib/libcrypto/x509/x509v3.h +++ b/lib/libcrypto/x509/x509v3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509v3.h,v 1.13 2022/01/14 08:50:25 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.14 2022/01/14 09:01:36 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -846,7 +846,6 @@ int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); DECLARE_STACK_OF(X509_POLICY_NODE) -#if defined(LIBRESSL_CRYPTO_INTERNAL) #ifndef OPENSSL_NO_RFC3779 typedef struct ASRange_st { ASN1_INTEGER *min; @@ -1036,7 +1035,6 @@ int X509v3_addr_validate_resource_set(STACK_OF(X509) *chain, IPAddrBlocks *ext, int allow_inheritance); #endif /* !OPENSSL_NO_RFC3779 */ -#endif /* LIBRESSL_CRYPTO_INTERNAL */ /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes -- 2.20.1