mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
extract-cert: add static to local data
Fix the following warning from sparse: scripts/extract-cert.c:74:5: warning: symbol 'kbuild_verbose' was not declared. Should it be static? Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -71,7 +71,7 @@ static void drain_openssl_errors(void)
|
|||||||
static const char *key_pass;
|
static const char *key_pass;
|
||||||
static BIO *wb;
|
static BIO *wb;
|
||||||
static char *cert_dst;
|
static char *cert_dst;
|
||||||
int kbuild_verbose;
|
static int kbuild_verbose;
|
||||||
|
|
||||||
static void write_cert(X509 *x509)
|
static void write_cert(X509 *x509)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user