RT1815: More const'ness improvements
[openssl.git] / crypto / asn1 / tasn_prn.c
index 542a091a66767e303425a90d19cb8ce06502a0c8..424d395aa4b1eb09c7ad1630a9401e7ae8923c81 100644 (file)
@@ -401,8 +401,8 @@ static int asn1_print_fsname(BIO *out, int indent,
                        const char *fname, const char *sname,
                        const ASN1_PCTX *pctx)
        {
-       static char spaces[] = "                    ";
-       const int nspaces = sizeof(spaces) - 1;
+       static const char spaces[] = "                    ";
+       static const int nspaces = sizeof(spaces) - 1;
 
 #if 0
        if (!sname && !fname)