Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bss_acpt.c
index 6fb971a50d513ecfd7120e5317a5f724868d7b7b..5151ff61c60718bfa0ceddcbfe3660871b02e213 100644 (file)
@@ -55,6 +55,8 @@ static const BIO_METHOD methods_acceptp = {
     BIO_TYPE_ACCEPT,
     "socket accept",
     acpt_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     acpt_read,
     acpt_puts,
     NULL,                       /* connect_gets, */