diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn_mime.c')
-rw-r--r-- | src/lib/libcrypto/asn1/asn_mime.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn_mime.c b/src/lib/libcrypto/asn1/asn_mime.c index c433eb2bef..56a428aec3 100644 --- a/src/lib/libcrypto/asn1/asn_mime.c +++ b/src/lib/libcrypto/asn1/asn_mime.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn_mime.c,v 1.31 2023/04/19 16:36:34 tb Exp $ */ | 1 | /* $OpenBSD: asn_mime.c,v 1.32 2023/07/05 21:23:36 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. | 3 | * project. |
4 | */ | 4 | */ |
@@ -565,6 +565,7 @@ SMIME_crlf_copy(BIO *in, BIO *out, int flags) | |||
565 | BIO_free(bf); | 565 | BIO_free(bf); |
566 | return 1; | 566 | return 1; |
567 | } | 567 | } |
568 | LCRYPTO_ALIAS(SMIME_crlf_copy); | ||
568 | 569 | ||
569 | /* Strip off headers if they are text/plain */ | 570 | /* Strip off headers if they are text/plain */ |
570 | int | 571 | int |
@@ -597,6 +598,7 @@ SMIME_text(BIO *in, BIO *out) | |||
597 | return 0; | 598 | return 0; |
598 | return 1; | 599 | return 1; |
599 | } | 600 | } |
601 | LCRYPTO_ALIAS(SMIME_text); | ||
600 | 602 | ||
601 | /* | 603 | /* |
602 | * Split a multipart/XXX message body into component parts: result is | 604 | * Split a multipart/XXX message body into component parts: result is |