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:
f85b14c
)
_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev and
author
Bodo Möller
<bodo@openssl.org>
Fri, 1 Mar 2002 14:05:30 +0000
(14:05 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 1 Mar 2002 14:05:30 +0000
(14:05 +0000)
main branches)
crypto/bio/bss_bio.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_bio.c
b/crypto/bio/bss_bio.c
index 32afea95a61402895499ebd7159f02ea69a9adce..d836e3bc3b61894f96acab08c06648ef3a384eeb 100644
(file)
--- a/
crypto/bio/bss_bio.c
+++ b/
crypto/bio/bss_bio.c
@@
-29,7
+29,7
@@
# undef SSIZE_MAX
# define SSIZE_MAX INT_MAX
#elif !defined(SSIZE_MAX)
-# define SSIZE_MAX
_
INT_MAX
+# define SSIZE_MAX INT_MAX
#endif
static int bio_new(BIO *bio);