summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 14:01:16 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:51:15 +0000
commit25ca15e9a30cc38a3711e4e837eacd5ebb3abb3a (patch)
treec9e87aaad76cc2a8e67baa96a0d887cd9daae431 /util
parentd1d4b4f398db0f4176b8387d243fb692eedd5bb5 (diff)
Manually reformat aes_core.c
Add aes_core.c to the list of files not processed by openssl-format-source Conflicts: crypto/aes/aes_core.c Conflicts: crypto/aes/aes_core.c Conflicts: crypto/aes/aes_core.c 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 e4944ddb68..c92c37c4a4 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)
+ obj_dat.h|aes_core.c)
echo "skipping $j"
;;
*)