Check that the bn_isqrt -C output isn't changed
authortb <tb@openbsd.org>
Thu, 1 Dec 2022 22:31:59 +0000 (22:31 +0000)
committertb <tb@openbsd.org>
Thu, 1 Dec 2022 22:31:59 +0000 (22:31 +0000)
commitccbe55b7cd9e373cc5dbdb6a1ebded87c9bde054
tree768a432da533ca84430b3abe1baa5c8e64fe8497
parent3422461ac6a0e51f8037530822e9d6fb0bfaf5d7
Check that the bn_isqrt -C output isn't changed

bn_isqrt -C generates code included in lib/libcrypto/lib/bn_isqrt.c. The
regress tests already ensure that the content of the tables don't change.
Ensure further that the code generation doesn't get out of sync.
regress/lib/libcrypto/bn/Makefile
regress/lib/libcrypto/bn/bn_isqrt_tables.txt [new file with mode: 0644]