summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 03:30:12 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:31:48 +0000
commit323d39e87f86bc4524881942aafc7539532aefff (patch)
treebe12d6bb31947e0e1a46a8b982f887a089d121c6 /engines/e_padlock.c
parentae5c8664e587f2445c8e4eb436cffbb64af4f6b8 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'engines/e_padlock.c')
-rw-r--r--engines/e_padlock.c4
1 files changed, 3 insertions, 1 deletions
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,