mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Merge pull request #8726 from v1gnesh/patch-1
Update entropy_poll.c to allow build in z/OS
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user