CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/18 08:38:04
Modified files:
regress/lib/libcrypto/cms: cmstest.c
Log message:
fix "warning: function declaration isn't a prototype"
Make tests compile and pass on sparc64 with gcc 4.2.1 by properly
declaring "static int foo()" as "static int foo(void)".
