_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev and
authorBodo Möller <bodo@openssl.org>
Fri, 1 Mar 2002 14:05:30 +0000 (14:05 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 1 Mar 2002 14:05:30 +0000 (14:05 +0000)
main branches)

crypto/bio/bss_bio.c

index 32afea95a61402895499ebd7159f02ea69a9adce..d836e3bc3b61894f96acab08c06648ef3a384eeb 100644 (file)
@@ -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);