diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_strex.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_strex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/a_strex.c b/src/lib/libcrypto/asn1/a_strex.c index c40a13d013..17213cbd3a 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.33 2023/07/05 21:23:36 beck Exp $ */ | 1 | /* $OpenBSD: a_strex.c,v 1.34 2023/07/07 19:37:52 beck 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 | */ |
| @@ -570,7 +570,6 @@ X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, | |||
| 570 | return X509_NAME_print(out, nm, indent); | 570 | return X509_NAME_print(out, nm, indent); |
| 571 | return do_name_ex(send_bio_chars, out, nm, indent, flags); | 571 | return do_name_ex(send_bio_chars, out, nm, indent, flags); |
| 572 | } | 572 | } |
| 573 | LCRYPTO_ALIAS(X509_NAME_print_ex); | ||
| 574 | 573 | ||
| 575 | int | 574 | int |
| 576 | X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, | 575 | X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, |
| @@ -588,7 +587,6 @@ X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, | |||
| 588 | } | 587 | } |
| 589 | return do_name_ex(send_fp_chars, fp, nm, indent, flags); | 588 | return do_name_ex(send_fp_chars, fp, nm, indent, flags); |
| 590 | } | 589 | } |
| 591 | LCRYPTO_ALIAS(X509_NAME_print_ex_fp); | ||
| 592 | 590 | ||
| 593 | int | 591 | int |
| 594 | ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) | 592 | ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) |
