CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/08/07 21:46:50
Modified files: regress/lib/libcrypto/hmac: Makefile Log message: 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