summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 01:02:03 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:46:26 +0000
commit4bc991384404d05e49e3aa622c142c7b7d05ef7b (patch)
tree8a629b6e88a6da6ec92de0e62d113ea077ad77f6 /engines
parenta8b966f48f23fb66645d409c609603e8b8a005f1 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_1_0_0-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'engines')
-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 afc04053d9..f33b779a29 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -579,7 +579,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,