diff options
author | tb <> | 2022-01-14 08:50:25 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 08:50:25 +0000 |
commit | c24037a46025dcde612ce7f4a281ef94e716677f (patch) | |
tree | 1e5b05d24d9419a1eec821e22bcb0d41a7a13953 /src/lib/libcrypto/x509/x509v3.h | |
parent | 3abd0e5eb0202ac6a1161b1192742dc6a649a164 (diff) | |
download | openbsd-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.h | 3 |
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 | ||
773 | char *hex_to_string(const unsigned char *buffer, long len); | 773 | char *hex_to_string(const unsigned char *buffer, long len); |
774 | unsigned char *string_to_hex(const char *str, long *len); | 774 | unsigned char *string_to_hex(const char *str, long *len); |
775 | int name_cmp(const char *name, const char *cmp); | ||
776 | 775 | ||
777 | void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, | 776 | void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, |
778 | int ml); | 777 | int ml); |