[#BIO_f_base64] = BIO_f_base64 :mrdocs: Return the BIO filter method that Base64‐encodes or decodes data. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_f_base64(); ---- == Return Value Pointer to the Base64 BIO_METHOD for use with BIO_new(). [.small]#Created with https://www.mrdocs.com[MrDocs]#