summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_pmaps.c
diff options
context:
space:
mode:
authortb <>2024-08-31 10:03:03 +0000
committertb <>2024-08-31 10:03:03 +0000
commitd4f7c9504448480d32c75f0a1361436d34de97dc (patch)
tree48fd0ca4b4fcbb6d37b8cd4ce025c65e8f71ffde /src/lib/libcrypto/x509/x509_pmaps.c
parentd58c480554b7e690b2dab126d2f8f622324e3a42 (diff)
downloadopenbsd-d4f7c9504448480d32c75f0a1361436d34de97dc.tar.gz
openbsd-d4f7c9504448480d32c75f0a1361436d34de97dc.tar.bz2
openbsd-d4f7c9504448480d32c75f0a1361436d34de97dc.zip
Make some more x509 conf stuff internal
This internalizes a particularly scary layer of conf used for X.509 extensions. Again unused public API... ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_pmaps.c')
-rw-r--r--src/lib/libcrypto/x509/x509_pmaps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_pmaps.c b/src/lib/libcrypto/x509/x509_pmaps.c
index 7a91917f65..5039f65f2e 100644
--- a/src/lib/libcrypto/x509/x509_pmaps.c
+++ b/src/lib/libcrypto/x509/x509_pmaps.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_pmaps.c,v 1.5 2024/07/13 15:08:58 tb Exp $ */ 1/* $OpenBSD: x509_pmaps.c,v 1.6 2024/08/31 10:03:03 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. 3 * project.
4 */ 4 */
@@ -64,6 +64,8 @@
64#include <openssl/err.h> 64#include <openssl/err.h>
65#include <openssl/x509v3.h> 65#include <openssl/x509v3.h>
66 66
67#include "x509_local.h"
68
67static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, 69static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method,
68 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
69static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS( 71static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(