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:
3e83e68
)
fix indentation
author
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 16:08:55 +0000
(16:08 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 16:08:55 +0000
(16:08 +0000)
crypto/bio/bss_bio.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_bio.c
b/crypto/bio/bss_bio.c
index 1eeed9e7fef67ab6dd45108220089a7b32571bbe..a5da473031717a8393af7c23a2bbf0d90cc053f5 100644
(file)
--- a/
crypto/bio/bss_bio.c
+++ b/
crypto/bio/bss_bio.c
@@
-260,7
+260,7
@@
static ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
ssize_t num, available;
if (num_ > SSIZE_MAX)
-
num = SSIZE_MAX;
+ num = SSIZE_MAX;
else
num = (ssize_t)num_;