X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_padlock.c;h=26e2edfc8e99474e3b93e8356e3c5c6c06599325;hp=c71eeb5a66b0eb097eb2cf63930b668151514e38;hb=f756fb430eb8f5f70696f174460eb90740b318f7;hpb=defe438d472bbef4d2bc5e4893560bc4eae43760 diff --git a/engines/e_padlock.c b/engines/e_padlock.c index c71eeb5a66..26e2edfc8e 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -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,