CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/19 09:35:11
Modified files:
lib/libcrypto/x509: x509_vfy.h
Log message:
minor KNF improvement, changing only whitespace, no code change:
say: return_type *function_name(args);
not: return_type* function_name (args);
OK tb@
