[krbdev.mit.edu #9149] git commit
"Greg Hudson via RT" <[email protected]> Mon, 02 Dec 2024 13:39:14 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9149 > Check for sys/random.h The function getentropy() is supported on newer versions of MacOS X, but requires the include file sys/random.h. Check for that and include it where getentropy() is used. https://github.com/krb5/krb5/commit/b43f4229758ff8e78897e03c386025cf4de3a200 Author: Ken Hornstein <[email protected]> Committer: Greg Hudson <[email protected]> Commit: b43f4229758ff8e78897e03c386025cf4de3a200 Branch: master src/configure.ac | 2 +- src/lib/crypto/krb/prng.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)