diff options
author | tb <> | 2022-01-14 09:01:36 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 09:01:36 +0000 |
commit | 881c2524e507d2ea32fde2e9c4ea8bfbd48bdd45 (patch) | |
tree | 1c889e9b345959c9695b8505bfa156684ceff55e | |
parent | 6dfdca7f1bc2e7cc653989cd52e41ad471177a4f (diff) | |
download | openbsd-881c2524e507d2ea32fde2e9c4ea8bfbd48bdd45.tar.gz openbsd-881c2524e507d2ea32fde2e9c4ea8bfbd48bdd45.tar.bz2 openbsd-881c2524e507d2ea32fde2e9c4ea8bfbd48bdd45.zip |
Remove header guard around RFC 3779 declarations
ok inoguchi jsing
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 621ce571bb..c82ecae08a 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.13 2022/01/14 08:50:25 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.14 2022/01/14 09:01:36 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -846,7 +846,6 @@ int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, | |||
846 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); | 846 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); |
847 | DECLARE_STACK_OF(X509_POLICY_NODE) | 847 | DECLARE_STACK_OF(X509_POLICY_NODE) |
848 | 848 | ||
849 | #if defined(LIBRESSL_CRYPTO_INTERNAL) | ||
850 | #ifndef OPENSSL_NO_RFC3779 | 849 | #ifndef OPENSSL_NO_RFC3779 |
851 | typedef struct ASRange_st { | 850 | typedef struct ASRange_st { |
852 | ASN1_INTEGER *min; | 851 | ASN1_INTEGER *min; |
@@ -1036,7 +1035,6 @@ int X509v3_addr_validate_resource_set(STACK_OF(X509) *chain, IPAddrBlocks *ext, | |||
1036 | int allow_inheritance); | 1035 | int allow_inheritance); |
1037 | 1036 | ||
1038 | #endif /* !OPENSSL_NO_RFC3779 */ | 1037 | #endif /* !OPENSSL_NO_RFC3779 */ |
1039 | #endif /* LIBRESSL_CRYPTO_INTERNAL */ | ||
1040 | 1038 | ||
1041 | /* BEGIN ERROR CODES */ | 1039 | /* BEGIN ERROR CODES */ |
1042 | /* The following lines are auto generated by the script mkerr.pl. Any changes | 1040 | /* The following lines are auto generated by the script mkerr.pl. Any changes |