March 25, 2026
1:50 p.m.
We are currently seeing ``` libs/tomcrypt/mpi.c:5785:24: error: implicit declaration of function ‘arc4random’ [-Wimplicit-function-declaration] 5785 | d |= ((mp_digit) arc4random()); | ^~~~~~~~~~ ``` even if including <stdlib.h> and setting various standard defines, so simply don't treat FreeBSD specially and go with the Linux code. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10445