CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2020/09/18 08:41:04
Modified files: regress/lib/libcrypto/pem: x509_info.c Log message: fix "warning: value computed is not used" Add a cast to tell gcc 4.2.1 that the return value is deliberately ignored. This makes the test compile and pass on sparc64.