aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bf_buff.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-04 19:55:12 +0000
committerBen Laurie <ben@openssl.org>1999-01-04 19:55:12 +0000
commitb5e406f755443900d545b31da359d70448015288 (patch)
tree4c455181e1a34a865df5004fb7161b0aeeb177e5 /crypto/bio/bf_buff.c
parent888007108bc3cd1011d145470f6295743f4909d6 (diff)
downloadopenssl-b5e406f755443900d545b31da359d70448015288.tar.gz
Pass on BIO_CTRL_FLUSH.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
Diffstat (limited to 'crypto/bio/bf_buff.c')
-rw-r--r--crypto/bio/bf_buff.c1
1 files changed, 1 insertions, 0 deletions
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;