diff options
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 | ||
