_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev and
main branches)
This commit is contained in:
parent
f85b14c4ba
commit
354d263e44
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
# undef SSIZE_MAX
|
# undef SSIZE_MAX
|
||||||
# define SSIZE_MAX INT_MAX
|
# define SSIZE_MAX INT_MAX
|
||||||
#elif !defined(SSIZE_MAX)
|
#elif !defined(SSIZE_MAX)
|
||||||
# define SSIZE_MAX _INT_MAX
|
# define SSIZE_MAX INT_MAX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int bio_new(BIO *bio);
|
static int bio_new(BIO *bio);
|
||||||
|
|
Loading…
Reference in a new issue