Commit 0f71b77d authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Make bio_ok.c Microsoft compiler savvy.

parent d6bb6a88
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;