From 1db7b07edd03044f2cc345c69f6167869cb25bc1 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Mon, 2 Sep 2024 14:29:29 +0300 Subject: [PATCH] Fixed #8236: Avoid "hangs" in clock_gettime() in tomcrypt PRNG --- extern/libtomcrypt/src/headers/tomcrypt_custom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extern/libtomcrypt/src/headers/tomcrypt_custom.h b/extern/libtomcrypt/src/headers/tomcrypt_custom.h index 99afa02984..d4eb2c2887 100644 --- a/extern/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/extern/libtomcrypt/src/headers/tomcrypt_custom.h @@ -50,6 +50,7 @@ #define LTC_YARROW #define LTC_RNG_MAKE_PRNG #define LTC_RNG_GET_BYTES +#define LTC_DEVRANDOM #define LTC_NO_PK #define LTC_MRSA