提交 0f71b77d 编写于 作者: A Andy Polyakov

Make bio_ok.c Microsoft compiler savvy.

上级 d6bb6a88
......@@ -144,10 +144,10 @@ static void block_in(BIO* b);
typedef struct ok_struct
{
int buf_len;
int buf_off;
int buf_len_save;
int buf_off_save;
size_t buf_len;
size_t buf_off;
size_t buf_len_save;
size_t buf_off_save;
int cont; /* <= 0 when finished */
int finished;
EVP_MD_CTX md;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册