From 47050853f13b07f91b5b4a058dcb188621296f21 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 23:56:21 +0000 Subject: Rerun util/openssl-format-source -v -c . Reviewed-by: Tim Hudson --- engines/e_padlock.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/e_padlock.c b/engines/e_padlock.c index a7683c5658..ab9d5fb892 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -587,7 +587,9 @@ pushfd cld mov esi, ecx mov edi, ecx mov ecx, 60 up:lodsd # if defined(NID_aes_256_ofb128) && ! defined (NID_aes_256_ofb) # define NID_aes_256_ofb NID_aes_256_ofb128 # endif -/* List of supported ciphers. */ static int padlock_cipher_nids[] = { +/* + * List of supported ciphers. + */ static int padlock_cipher_nids[] = { NID_aes_128_ecb, NID_aes_128_cbc, NID_aes_128_cfb, -- cgit v1.2.3