summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509v3.h
diff options
context:
space:
mode:
authortb <>2022-01-14 08:50:25 +0000
committertb <>2022-01-14 08:50:25 +0000
commitc24037a46025dcde612ce7f4a281ef94e716677f (patch)
tree1e5b05d24d9419a1eec821e22bcb0d41a7a13953 /src/lib/libcrypto/x509/x509v3.h
parent3abd0e5eb0202ac6a1161b1192742dc6a649a164 (diff)
downloadopenbsd-c24037a46025dcde612ce7f4a281ef94e716677f.tar.gz
openbsd-c24037a46025dcde612ce7f4a281ef94e716677f.tar.bz2
openbsd-c24037a46025dcde612ce7f4a281ef94e716677f.zip
Remove name_cmp from public visibility
ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
-rw-r--r--src/lib/libcrypto/x509/x509v3.h3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: x509v3.h,v 1.12 2021/12/24 13:58:15 tb Exp $ */ 1/* $OpenBSD: x509v3.h,v 1.13 2022/01/14 08:50:25 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 */
@@ -772,7 +772,6 @@ int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit
772 772
773char *hex_to_string(const unsigned char *buffer, long len); 773char *hex_to_string(const unsigned char *buffer, long len);
774unsigned char *string_to_hex(const char *str, long *len); 774unsigned char *string_to_hex(const char *str, long *len);
775int name_cmp(const char *name, const char *cmp);
776 775
777void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, 776void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
778 int ml); 777 int ml);