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/asn1 | |
| 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/asn1')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_strex.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/a_strex.c b/src/lib/libcrypto/asn1/a_strex.c index a9ee0dd9c9..5523c22cc4 100644 --- a/src/lib/libcrypto/asn1/a_strex.c +++ b/src/lib/libcrypto/asn1/a_strex.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_strex.c,v 1.36 2025/02/08 03:41:36 tb Exp $ */ | 1 | /* $OpenBSD: a_strex.c,v 1.37 2025/03/09 15:17:22 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 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -590,7 +590,7 @@ x509_name_entry_include(const X509_NAME_ENTRY *ne) | |||
| 590 | return 0; | 590 | return 0; |
| 591 | } | 591 | } |
| 592 | 592 | ||
| 593 | int | 593 | static int |
| 594 | X509_NAME_print(BIO *bio, const X509_NAME *name, int obase) | 594 | X509_NAME_print(BIO *bio, const X509_NAME *name, int obase) |
| 595 | { | 595 | { |
| 596 | CBB cbb; | 596 | CBB cbb; |
| @@ -640,7 +640,6 @@ X509_NAME_print(BIO *bio, const X509_NAME *name, int obase) | |||
| 640 | 640 | ||
| 641 | return ret; | 641 | return ret; |
| 642 | } | 642 | } |
| 643 | LCRYPTO_ALIAS(X509_NAME_print); | ||
| 644 | 643 | ||
| 645 | /* Wrappers round the main functions */ | 644 | /* Wrappers round the main functions */ |
| 646 | 645 | ||
