diff options
author | tb <> | 2025-03-09 15:17:22 +0000 |
---|---|---|
committer | tb <> | 2025-03-09 15:17:22 +0000 |
commit | 02325d3f08b84c968c0a9d0980ccca4efca3c676 (patch) | |
tree | 08d72fa2e2521e07c1958b49caf20cec50549672 /src/lib/libcrypto/hidden/openssl/x509.h | |
parent | 85cb68064f0dbda5b0f9fd114c7c3eb0e727fa17 (diff) | |
download | openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.tar.gz openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.tar.bz2 openbsd-02325d3f08b84c968c0a9d0980ccca4efca3c676.zip |
Unexport X509_NAME_print()
Nothing uses this anymore. M2Crypto has been patched and a fix for
opensc has been upstreamed.
ok jsing
This is the start of a major bump. Don't build the tree until I have
synced sets in about 20 commits.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h index ac990a631d..e6104cd451 100644 --- a/src/lib/libcrypto/hidden/openssl/x509.h +++ b/src/lib/libcrypto/hidden/openssl/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.14 2024/08/31 10:46:40 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.15 2025/03/09 15:17:22 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -422,7 +422,6 @@ LCRYPTO_USED(X509_print_fp); | |||
422 | LCRYPTO_USED(X509_CRL_print_fp); | 422 | LCRYPTO_USED(X509_CRL_print_fp); |
423 | LCRYPTO_USED(X509_REQ_print_fp); | 423 | LCRYPTO_USED(X509_REQ_print_fp); |
424 | LCRYPTO_USED(X509_NAME_print_ex_fp); | 424 | LCRYPTO_USED(X509_NAME_print_ex_fp); |
425 | LCRYPTO_USED(X509_NAME_print); | ||
426 | LCRYPTO_USED(X509_NAME_print_ex); | 425 | LCRYPTO_USED(X509_NAME_print_ex); |
427 | LCRYPTO_USED(X509_print_ex); | 426 | LCRYPTO_USED(X509_print_ex); |
428 | LCRYPTO_USED(X509_print); | 427 | LCRYPTO_USED(X509_print); |