hmac test: fix build with gcc
authortb <tb@openbsd.org>
Thu, 8 Aug 2024 03:46:50 +0000 (03:46 +0000)
committertb <tb@openbsd.org>
Thu, 8 Aug 2024 03:46:50 +0000 (03:46 +0000)
commit76b12170e3ea5f11f4679a546c1e11247e490a32
tree7e5e4574fc2f7ed11b9a264d2c307ff7dbaf3bea
parentb6b65a68b71a600046c01e18224c993f26817d61
hmac test: fix build with gcc

The bounded attribute leads to failing regress compilation with gcc due
to a test passing a negative length to exercise a chck.

noticed and fixed suggested by claudio
regress/lib/libcrypto/hmac/Makefile