don't fake up SSIZE_MAX
authortedu <tedu@openbsd.org>
Thu, 17 Apr 2014 22:23:27 +0000 (22:23 +0000)
committertedu <tedu@openbsd.org>
Thu, 17 Apr 2014 22:23:27 +0000 (22:23 +0000)
lib/libcrypto/bio/bss_bio.c
lib/libssl/src/crypto/bio/bss_bio.c

index 33a0709..27faaa2 100644 (file)
 
 #include "e_os.h"
 
-/* VxWorks defines SSIZE_MAX with an empty value causing compile errors */
-#if defined(OPENSSL_SYS_VXWORKS)
-# undef SSIZE_MAX
-#endif
-#ifndef SSIZE_MAX
-# define SSIZE_MAX INT_MAX
-#endif
-
 static int bio_new(BIO *bio);
 static int bio_free(BIO *bio);
 static int bio_read(BIO *bio, char *buf, int size);
index 33a0709..27faaa2 100644 (file)
 
 #include "e_os.h"
 
-/* VxWorks defines SSIZE_MAX with an empty value causing compile errors */
-#if defined(OPENSSL_SYS_VXWORKS)
-# undef SSIZE_MAX
-#endif
-#ifndef SSIZE_MAX
-# define SSIZE_MAX INT_MAX
-#endif
-
 static int bio_new(BIO *bio);
 static int bio_free(BIO *bio);
 static int bio_read(BIO *bio, char *buf, int size);