Loading crypto/bio/bf_buff.c +0 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,6 @@ static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr) } else { ctx->obuf_len = 0; ctx->obuf_off = 0; ret = 1; break; } } Loading crypto/bio/bf_lbuf.c +0 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,6 @@ static long linebuffer_ctrl(BIO *b, int cmd, long num, void *ptr) ctx->obuf_len -= r; } else { ctx->obuf_len = 0; ret = 1; break; } } Loading Loading
crypto/bio/bf_buff.c +0 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,6 @@ static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr) } else { ctx->obuf_len = 0; ctx->obuf_off = 0; ret = 1; break; } } Loading
crypto/bio/bf_lbuf.c +0 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,6 @@ static long linebuffer_ctrl(BIO *b, int cmd, long num, void *ptr) ctx->obuf_len -= r; } else { ctx->obuf_len = 0; ret = 1; break; } } Loading