This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 3800e2f1d7cbd085f8faf8df6141f92e8ee0617e (commit)
from 27659f0aa30c07081f7b8647c51a6ca82837e5d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3800e2f1d7cbd085f8faf8df6141f92e8ee0617e
Author: Pascal Stumpf <[email protected]>
Date: Fri Dec 13 18:57:57 2013 -0600
rand()/srand() are not cryptographically secure PRNGs. Some systems
have the much better suited arc4random() family of functions; there's
no reason to not use it if it is available. Make m_rand() just a
wrapper around arc4random_buf() in that case. (There's no need to
ever seed it manually.)
As a bonus, silences some warnings on OpenBSD.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
sbr/m_rand.c | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits