summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-01-14 09:01:37 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-01-14 09:01:37 +0000
commit416bd76c23634641279d0c2626451067c0512273 (patch)
tree3edce87a20a141e5a11ad62dd483b13b916abaa9 /lib
parenteb9aa855f853dc0f8e3b28b35e5465df25a62cc8 (diff)
Remove header guard around RFC 3779 declarations
ok inoguchi jsing
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/x509/x509v3.h4
1 files changed, 1 insertions, 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