Use crypto_internal.h's CTASSERT()
authortb <tb@openbsd.org>
Wed, 17 May 2023 07:42:38 +0000 (07:42 +0000)
committertb <tb@openbsd.org>
Wed, 17 May 2023 07:42:38 +0000 (07:42 +0000)
commitc42a47753f95ef5853cf0a04c40c8ce1aaea48d0
tree930b625609712a8c0c301948aa2c287996ce2dcc
parentac15c2ab71f47c7a837f117ec4ae2ed336301e91
Use crypto_internal.h's CTASSERT()

Now that this macro is available in a header, let's use that version
rather than copies in several .c files.

discussed with jsing
lib/libcrypto/bn/bn_isqrt.c
lib/libcrypto/crypto_lock.c