|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) |
|
|
|
|
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) |
|
|
|
|
.\" |
|
|
|
|
.\" Standard preamble: |
|
|
|
|
.\" ======================================================================== |
|
|
|
@ -133,7 +133,7 @@
|
|
|
|
|
.\" ======================================================================== |
|
|
|
|
.\" |
|
|
|
|
.IX Title "BIO_F_BASE64 3" |
|
|
|
|
.TH BIO_F_BASE64 3 "2022-05-03" "1.1.1o" "OpenSSL" |
|
|
|
|
.TH BIO_F_BASE64 3 "2022-06-21" "1.1.1p" "OpenSSL" |
|
|
|
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes |
|
|
|
|
.\" way too many mistakes in technical documents. |
|
|
|
|
.if n .ad l |
|
|
|
@ -173,9 +173,8 @@ to flush the final block through the \s-1BIO.\s0
|
|
|
|
|
The flag \s-1BIO_FLAGS_BASE64_NO_NL\s0 can be set with \fBBIO_set_flags()\fR. |
|
|
|
|
For writing, it causes all data to be written on one line without |
|
|
|
|
newline at the end. |
|
|
|
|
For reading, it forces the decoder to process the data regardless |
|
|
|
|
of newlines. All newlines are ignored and the input does not need |
|
|
|
|
to contain any newline at all. |
|
|
|
|
For reading, it expects the data to be all on one line (with or |
|
|
|
|
without a trailing newline). |
|
|
|
|
.SH "NOTES" |
|
|
|
|
.IX Header "NOTES" |
|
|
|
|
Because of the format of base64 encoding the end of the encoded |
|
|
|
|