aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/minip12.c')
-rw-r--r--agent/minip12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/minip12.c b/agent/minip12.c
index f9e9f3169..6b65c8c36 100644
--- a/agent/minip12.c
+++ b/agent/minip12.c
@@ -498,7 +498,7 @@ decrypt_block (const void *ciphertext, unsigned char *plaintext, size_t length,
int iter, const char *pw, int cipher_algo,
int (*check_fnc) (const void *, size_t))
{
- static const char const *charsets[] = {
+ static const char * const charsets[] = {
"", /* No conversion - use the UTF-8 passphrase direct. */
"ISO-8859-1",
"ISO-8859-15",