Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / evp / bio_ok.c
index 7974b96311a96ab88539b5b383d0ede315589737..0a15680c4bbdbc673bf11831e0ddef66ba44c911 100644 (file)
@@ -110,6 +110,8 @@ typedef struct ok_struct {
 static const BIO_METHOD methods_ok = {
     BIO_TYPE_CIPHER, "reliable",
     ok_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     ok_read,
     NULL,                       /* ok_puts, */
     NULL,                       /* ok_gets, */