commit | 1be2ec67563f04728a4a65c798fa6a3f584f04ea | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Aug 06 19:26:27 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 02:02:24 2015 +0000 |
tree | f7315308c5c97e8dbcc2991592b124cdc1d4b09d | |
parent | b2d987b47c7e87477aa4230bf7b237ea79957c1e [diff] |
Fold CRYPTO_hwrand and CRYPTO_have_hwrand together. Since the caller must check for CRYPTO_hwrand failures anyway, there's not much point in doing the CRYPTO_have_hwrand check externally. (As a bonus, CRYPTO_hwrand no longer compiles to abort() on ARM, so linker deduplicating won't confuse Chrome's crash reporter...) Change-Id: I2191d835fbda5b70812f14cd9a873a5e35c30c6d Reviewed-on: https://boringssl-review.googlesource.com/5630 Reviewed-by: Adam Langley <agl@google.com>