Searched refs:mime_eol (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c278 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; local
286 mime_eol = "\r\n";
288 mime_eol = "\n";
303 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
309 bound, mime_eol, mime_eol);
311 mime_eol, mime_eol);
313 BIO_printf(bio, "------%s%s", bound, mime_eol);
316 BIO_printf(bio, "%s------%s%s", mime_eol, boun
[all...]

Completed in 144 milliseconds