projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6bb6a8
)
Make bio_ok.c Microsoft compiler savvy.
author
Andy Polyakov
<appro@openssl.org>
Sun, 25 Jul 2004 20:13:30 +0000
(20:13 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 25 Jul 2004 20:13:30 +0000
(20:13 +0000)
crypto/evp/bio_ok.c
patch
|
blob
|
history
diff --git
a/crypto/evp/bio_ok.c
b/crypto/evp/bio_ok.c
index 13e8043e53336a1ec1a9b65c675ae200f3befbf1..085d426abeab1b5d8d6f63cb212fac342a573424 100644
(file)
--- a/
crypto/evp/bio_ok.c
+++ b/
crypto/evp/bio_ok.c
@@
-144,10
+144,10
@@
static void block_in(BIO* b);
typedef struct ok_struct
{
-
in
t buf_len;
-
in
t buf_off;
-
in
t buf_len_save;
-
in
t 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;