sync
This commit is contained in:
parent
f1b2576417
commit
2a351e0cdc
347 changed files with 9596 additions and 5486 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: asn_mime.c,v 1.31 2023/04/19 16:36:34 tb Exp $ */
|
||||
/* $OpenBSD: asn_mime.c,v 1.32 2023/07/05 21:23:36 beck Exp $ */
|
||||
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||
* project.
|
||||
*/
|
||||
|
@ -565,6 +565,7 @@ SMIME_crlf_copy(BIO *in, BIO *out, int flags)
|
|||
BIO_free(bf);
|
||||
return 1;
|
||||
}
|
||||
LCRYPTO_ALIAS(SMIME_crlf_copy);
|
||||
|
||||
/* Strip off headers if they are text/plain */
|
||||
int
|
||||
|
@ -597,6 +598,7 @@ SMIME_text(BIO *in, BIO *out)
|
|||
return 0;
|
||||
return 1;
|
||||
}
|
||||
LCRYPTO_ALIAS(SMIME_text);
|
||||
|
||||
/*
|
||||
* Split a multipart/XXX message body into component parts: result is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue