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:36:41 +0000
commit2cef4e6c29d37e00a444cf14d9696391a750ce44 (patch)
treec681e4381b02c42c8dd96de137bad8a5d7bd8c1f /util
parent064198a8173af5b3f4de82a0bfd755b2c5abc815 (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 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"
;;
*)