diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 43c2a15e0f..8738b302cb 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.21 2023/04/25 15:51:04 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.22 2023/04/25 18:28:05 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 | */ |
@@ -847,12 +847,6 @@ int a2i_ipadd(unsigned char *ipout, const char *ipasc); | |||
847 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, | 847 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, |
848 | unsigned long chtype); | 848 | unsigned long chtype); |
849 | 849 | ||
850 | /* Move to pcy_int.h. */ | ||
851 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
852 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); | ||
853 | DECLARE_STACK_OF(X509_POLICY_NODE) | ||
854 | #endif | ||
855 | |||
856 | #ifndef OPENSSL_NO_RFC3779 | 850 | #ifndef OPENSSL_NO_RFC3779 |
857 | typedef struct ASRange_st { | 851 | typedef struct ASRange_st { |
858 | ASN1_INTEGER *min; | 852 | ASN1_INTEGER *min; |