summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_padlock.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 02:48:18 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:53:02 +0000
commit6f1f3c665331d73c4ec08d653d100fa52c44cd60 (patch)
treec050b9275e7a3dc1be4eb50261391fd33e4767d5 /crypto/engine/eng_padlock.c
parent40720ce3caf44294b5b87a18856b7aef06123314 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/engine/eng_padlock.c')
-rw-r--r--crypto/engine/eng_padlock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/engine/eng_padlock.c b/crypto/engine/eng_padlock.c
index 05c4bde2bb..54ace8b0ef 100644
--- a/crypto/engine/eng_padlock.c
+++ b/crypto/engine/eng_padlock.c
@@ -573,7 +573,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,