CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/31 02:25:04
Modified files: regress/lib/libcrypto/test: test.h Log message: Fix attributes in test.h The __attribute__ is part of the function declaration, hence drop the incorrect early semicolons. Fixes the build of the md test on sparc64. In file included from /usr/src/regress/lib/libcrypto/md/md_test.c:25: /usr/src/regress/lib/libcrypto/md/../test/test.h:61: warning: empty declaration /usr/src/regress/lib/libcrypto/md/../test/test.h:77: warning: empty declaration /usr/src/regress/lib/libcrypto/md/../test/test.h:114: warning: empty declaration