[Bug 2465] openssh portable does not check if arc4random_buf is declared in the system headers?

2015-09-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2465 --- Comment #2 from Brent Cook --- We could perhaps conditionally provide a prototype, but it would be in a nonstandard location. It would be better if programs did not have to guess whether arc4random_buf is in stdlib.h or

[Bug 2464] Adding timestamp to debug messages (log.c:do_log)

2015-09-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2464 LĹ‘rinczy Zsigmond changed: What|Removed |Added CC|

[Bug 2465] openssh portable does not check if arc4random_buf is declared in the system headers?

2015-09-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2465 --- Comment #3 from Damien Miller --- I was wondering why this was causing problems at all - normally we wouldn't pick up these symbols from libcrypto because most library tests are done only against libc. So I checked this