diff options
| author | tb <> | 2025-03-09 15:17:22 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-09 15:17:22 +0000 |
| commit | dc9ea81af9ab231982376f6521683f8df998da3d (patch) | |
| tree | 08d72fa2e2521e07c1958b49caf20cec50549672 /src/lib/libcrypto/hidden/openssl | |
| parent | b8acfd2983c50474382bf8ed132a5b7e7bdedb34 (diff) | |
| download | openbsd-dc9ea81af9ab231982376f6521683f8df998da3d.tar.gz openbsd-dc9ea81af9ab231982376f6521683f8df998da3d.tar.bz2 openbsd-dc9ea81af9ab231982376f6521683f8df998da3d.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 'src/lib/libcrypto/hidden/openssl')
| -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); |
