From e403f7b33ac35e961c72ed1b6335bbe3084e4642 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 17 Jul 2013 12:55:57 +0200 Subject: Declare static variables const where it makes sense https://bugzilla.redhat.com/show_bug.cgi?id=985337 --- trust/extract-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/extract-openssl.c') diff --git a/trust/extract-openssl.c b/trust/extract-openssl.c index b503b67..c2d37f3 100644 --- a/trust/extract-openssl.c +++ b/trust/extract-openssl.c @@ -79,7 +79,7 @@ known_usages (p11_array *oids) char *string; int i; - const char *strings[] = { + static const char *strings[] = { P11_OID_SERVER_AUTH_STR, P11_OID_CLIENT_AUTH_STR, P11_OID_CODE_SIGNING_STR, -- cgit v1.1