From 3c129dd6aa54cd83cbeb8c7bb13f8c75752a00dc Mon Sep 17 00:00:00 2001 From: v1gnesh Date: Mon, 22 Jan 2024 15:59:49 +0530 Subject: [PATCH] Update entropy_poll.c Signed-off-by: v1gnesh --- library/entropy_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/entropy_poll.c b/library/entropy_poll.c index de2e0387a..bd21e2d22 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -29,7 +29,7 @@ #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \ !defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) && \ - !defined(__HAIKU__) && !defined(__midipix__) + !defined(__HAIKU__) && !defined(__midipix__) && !defined(__MVS__) #error \ "Platform entropy sources only work on Unix and Windows, see MBEDTLS_NO_PLATFORM_ENTROPY in mbedtls_config.h" #endif