diff options
-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 |