Make bio_ok.c Microsoft compiler savvy.
This commit is contained in:
parent
d6bb6a88be
commit
0f71b77d5c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user