Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X.509: do not emit any informational output
When building a kernel using 'make -s', I expect to see an empty output, except for build warnings and errors. The build_OID_registry code always prints one line when run, which is not helpful to most people building the kernels, and which makes it harder to automatically check for build warnings. Let's just remove the one line output. Signed-off-by: Arnd Bergmann <[email protected]> Cc: David Howells <[email protected]> Cc: Rusty Russell <[email protected]>
- Loading branch information