]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/bio_b64.c
Create BIO_read_ex() which handles size_t arguments
[thirdparty/openssl.git] / crypto / evp / bio_b64.c
index 32a884a711049d7f09e6611bdf83c941a3611e86..2647be023328d7c7a24c78bc4f115a5f56b5ef4f 100644 (file)
@@ -49,6 +49,8 @@ typedef struct b64_struct {
 static const BIO_METHOD methods_b64 = {
     BIO_TYPE_BASE64, "base64 encoding",
     b64_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     b64_read,
     b64_puts,
     NULL,                       /* b64_gets, */