summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:49 +0000
commitaf32f9fdda4aadfea131646d77b0464566a17777 (patch)
tree6e8ac6f6bbe61f4633759740dfa8e62aca5ec850 /crypto/cryptlib.c
parent357d5de5b9c3a84f170ce91abeafa71c26fefdd9 (diff)
Update from fips2 branch.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 4a814643f4..2df38fa75f 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -125,7 +125,7 @@ DECLARE_STACK_OF(CRYPTO_dynlock)
IMPLEMENT_STACK_OF(CRYPTO_dynlock)
/* real #defines in crypto.h, keep these upto date */
-static const char* lock_names[CRYPTO_NUM_LOCKS] =
+static const char* const lock_names[CRYPTO_NUM_LOCKS] =
{
"<<ERROR>>",
"err",