diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-18 16:12:30 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-18 16:12:30 +0200 |
commit | 86060d6b17fa3848e60aaff9be7768a761c7c428 (patch) | |
tree | 5e00bf576f2785cbc12ae959d96a7c08def76d4e /trust | |
parent | 263a83278bd305eb2951907faa3fe08a79fcdeec (diff) |
Add appropriate const qualifiers
Diffstat (limited to 'trust')
-rw-r--r-- | trust/extract-openssl.c | 2 |
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, |