From eaa45f0228d52ceff337823ecd9f7964101f286e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 14 Jan 2022 08:50:25 +0000 Subject: Remove name_cmp from public visibility ok inoguchi jsing --- src/lib/libcrypto/x509/x509_lcl.h | 2 ++ src/lib/libcrypto/x509/x509v3.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h index 8fb1f27255..7854346b1f 100644 --- a/src/lib/libcrypto/x509/x509_lcl.h +++ b/src/lib/libcrypto/x509/x509_lcl.h @@ -377,6 +377,8 @@ struct x509_store_ctx_st { int x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int quiet); +int name_cmp(const char *name, const char *cmp); + __END_HIDDEN_DECLS #endif /* !HEADER_X509_LCL_H */ diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index cd53debd97..621ce571bb 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509v3.h,v 1.12 2021/12/24 13:58:15 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.13 2022/01/14 08:50:25 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -772,7 +772,6 @@ int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit char *hex_to_string(const unsigned char *buffer, long len); unsigned char *string_to_hex(const char *str, long *len); -int name_cmp(const char *name, const char *cmp); void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml); -- cgit v1.2.3-55-g6feb