Don't perform full DRBG health check on all DRBG types on power up, just
[openssl.git] / fips / fips_premain.c
index 40efaf9976f697ea8e759b2d10302f9da31c8133..c94568c8c7cda8b68582d8ac6bdb4b735e7cc5b1 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#if defined(__unix) || defined(__unix__) || defined(__ANDROID__)
+#if defined(__unix) || defined(__unix__) || defined(__vxworks) || defined(__ANDROID__)
 #include <unistd.h>
 #endif