Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / evp / bio_enc.c
index 5a3beef97fd9fd7a2f49389f461a5e45a14ffec3..fff3e2735e17176bf908d8c3a6946430fa0e3902 100644 (file)
@@ -48,6 +48,8 @@ typedef struct enc_struct {
 static const BIO_METHOD methods_enc = {
     BIO_TYPE_CIPHER, "cipher",
     enc_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     enc_read,
     NULL,                       /* enc_puts, */
     NULL,                       /* enc_gets, */