RT1815: More const'ness improvements
[openssl.git] / engines / e_padlock.c
index c71eeb5a66b0eb097eb2cf63930b668151514e38..26e2edfc8e99474e3b93e8356e3c5c6c06599325 100644 (file)
@@ -333,7 +333,7 @@ padlock_available(void)
 #endif
 
 /* List of supported ciphers. */
-static int padlock_cipher_nids[] = {
+static const int padlock_cipher_nids[] = {
        NID_aes_128_ecb,
        NID_aes_128_cbc,
        NID_aes_128_cfb,