Files
bitcoin-mirror/src/crypto
fanquake 491bb14c0c build: test for timingsafe_bcmp
Code introduced in #15649 added usage of `timingsafe_bcmp()`, if
available, otherwise falling back to our own implementation. However
the relevant build system check was never added, so currently, we'll
always just use our implementation, as HAVE_TIMINGSAFE_BCMP will never
be defined.

Add the check for timingsafe_bcmp. Note that as far as I'm aware, it's
only available on OpenBSD.
2022-06-10 12:39:08 +01:00
..
2020-12-31 09:45:41 +01:00
2021-12-30 19:36:57 +02:00
2020-09-06 18:35:23 -07:00
2020-09-06 18:35:18 -07:00
2022-02-17 03:42:08 +09:00