Update entropy_poll.c

Signed-off-by: v1gnesh <v1gnesh@users.noreply.github.com>
This commit is contained in:
v1gnesh 2024-01-22 15:59:49 +05:30 committed by GitHub
parent fb12d9204d
commit 3c129dd6aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@
#if !defined(unix) && !defined(__unix__) && !defined(__unix) && \ #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \
!defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) && \ !defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) && \
!defined(__HAIKU__) && !defined(__midipix__) !defined(__HAIKU__) && !defined(__midipix__) && !defined(__MVS__)
#error \ #error \
"Platform entropy sources only work on Unix and Windows, see MBEDTLS_NO_PLATFORM_ENTROPY in mbedtls_config.h" "Platform entropy sources only work on Unix and Windows, see MBEDTLS_NO_PLATFORM_ENTROPY in mbedtls_config.h"
#endif #endif