summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 16:34:27 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:09 +0000
commit66186aeeb0e02ef2810a857ad8b183a2477eab36 (patch)
tree9d2861c4b50d4f2183e2cb83c57bfca9094d430d /util
parent1ab6c607b815fdfc18c3d79fbf4c22cf3e3116d5 (diff)
Manually reformat aes_x86core.c and add it to the list of files skipped by
openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/openssl-format-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/openssl-format-source b/util/openssl-format-source
index f1800e0306..e1606a7f40 100755
--- a/util/openssl-format-source
+++ b/util/openssl-format-source
@@ -88,7 +88,7 @@ do
case `basename $j` in
# the list of files that indent is unable to handle correctly
# that we simply leave alone for manual formatting now
- obj_dat.h|aes_core.c)
+ obj_dat.h|aes_core.c|aes_x86core.c)
echo "skipping $j"
;;
*)