From f756fb430eb8f5f70696f174460eb90740b318f7 Mon Sep 17 00:00:00 2001 From: Justin Blanchard Date: Mon, 18 Aug 2014 11:01:15 -0400 Subject: RT1815: More const'ness improvements Add a dozen more const declarations where appropriate. These are from Justin; while adding his patch, I noticed ASN1_BIT_STRING_check could be fixed, too. Reviewed-by: Dr. Stephen Henson --- engines/e_padlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/e_padlock.c') 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, -- cgit v1.2.3