diff options
author | tb <> | 2023-04-16 08:21:13 +0000 |
---|---|---|
committer | tb <> | 2023-04-16 08:21:13 +0000 |
commit | 5155e77c7b0c5d2688974520972a5bae814d3d03 (patch) | |
tree | 73765a5c7a2d6d28d4d962b2f4c75a4cb18d4396 /src/lib/libcrypto/x509/x509v3.h | |
parent | 7561b8bd9ef9ff52d48b21fe76fbb88d4ad77374 (diff) | |
download | openbsd-5155e77c7b0c5d2688974520972a5bae814d3d03.tar.gz openbsd-5155e77c7b0c5d2688974520972a5bae814d3d03.tar.bz2 openbsd-5155e77c7b0c5d2688974520972a5bae814d3d03.zip |
Mark remaining policy tree public API for removal
ok jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index f4c12223ae..9a08845191 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.18 2023/04/16 08:11:38 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.19 2023/04/16 08:21:13 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 | */ |
@@ -844,8 +844,11 @@ int a2i_ipadd(unsigned char *ipout, const char *ipasc); | |||
844 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, | 844 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, |
845 | unsigned long chtype); | 845 | unsigned long chtype); |
846 | 846 | ||
847 | /* Move to pcy_int.h. */ | ||
848 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
847 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); | 849 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); |
848 | DECLARE_STACK_OF(X509_POLICY_NODE) | 850 | DECLARE_STACK_OF(X509_POLICY_NODE) |
851 | #endif | ||
849 | 852 | ||
850 | #ifndef OPENSSL_NO_RFC3779 | 853 | #ifndef OPENSSL_NO_RFC3779 |
851 | typedef struct ASRange_st { | 854 | typedef struct ASRange_st { |