yamt commented on PR #10925:
URL: https://github.com/apache/nuttx/pull/10925#issuecomment-1770530062

   i feel it involves too many `#ifdef`s in every applications.
   ```
   #if check config for /dev/random and/or /dev/urandom
   use getrandom
   #elif check config for arc4random_buf
   use arc4random_buf
   #else
   fallback or error
   #endif
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to