From b5e406f755443900d545b31da359d70448015288 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 4 Jan 1999 19:55:12 +0000 Subject: Pass on BIO_CTRL_FLUSH. Submitted by: Arne Ansper --- crypto/bio/bf_buff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c index 7912b88473..afa9cd27b7 100644 --- a/crypto/bio/bf_buff.c +++ b/crypto/bio/bf_buff.c @@ -432,6 +432,7 @@ fprintf(stderr,"FLUSH [%3d] %3d -> %3d\n",ctx->obuf_off,ctx->obuf_len-ctx->obuf_ break; } } + ret=BIO_ctrl(b->next_bio,cmd,num,ptr); break; case BIO_CTRL_DUP: dbio=(BIO *)ptr; -- cgit v1.2.3