aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_ok.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/bio_ok.c')
-rw-r--r--crypto/evp/bio_ok.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c
index 0a15680c4b..47228465c5 100644
--- a/crypto/evp/bio_ok.c
+++ b/crypto/evp/bio_ok.c
@@ -109,6 +109,8 @@ typedef struct ok_struct {
static const BIO_METHOD methods_ok = {
BIO_TYPE_CIPHER, "reliable",
+ /* TODO: Convert to new style write function */
+ bwrite_conv,
ok_write,
/* TODO: Convert to new style read function */
bread_conv,