Add a few more VxWorks targets.
[openssl.git] / crypto / bio / bss_bio.c
index 1c485a4479ae62705710ac9856ba455aa6876e14..67b1279b99a790ef520b79638b9c3cb37d9f7796 100644 (file)
@@ -34,7 +34,7 @@
 #include "e_os.h"
 
 /* VxWorks defines SSIZE_MAX with an empty value causing compile errors */
-#if defined(OPENSSL_SYS_VSWORKS)
+#if defined(OPENSSL_SYS_VXWORKS)
 # undef SSIZE_MAX
 #endif
 #ifndef SSIZE_MAX