summaryrefslogtreecommitdiff
path: root/trust
diff options
context:
space:
mode:
Diffstat (limited to 'trust')
-rw-r--r--trust/extract-openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/extract-openssl.c b/trust/extract-openssl.c
index 666f189..c263ba1 100644
--- a/trust/extract-openssl.c
+++ b/trust/extract-openssl.c
@@ -79,7 +79,7 @@ known_usages (p11_array *oids)
char *string;
int i;
- static const char *strings[] = {
+ static const char *const strings[] = {
P11_OID_SERVER_AUTH_STR,
P11_OID_CLIENT_AUTH_STR,
P11_OID_CODE_SIGNING_STR,