summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:14 +0000
commite31c6206869a4d3466788983ffa1a3a9bd90b788 (patch)
treeb82f69e1481b74ca3b7db17982c33dbd6cbad4d3 /crypto/cryptlib.c
parent570253315f9c238b859b51943af71e1ce8d82182 (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 315559c71c..86af760d38 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",