diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-21 15:01:16 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-22 10:20:08 +0100 |
commit | 9d51824b3bad68e1c7e317cf414bd8ef9087fdac (patch) | |
tree | 7570bdf19324d22e67bf5bcad4f5195dfe9857b9 /util/openssl-format-source | |
parent | Add obj_dat.h to the list of files that will not be processed by (diff) | |
download | openssl-9d51824b3bad68e1c7e317cf414bd8ef9087fdac.tar.xz openssl-9d51824b3bad68e1c7e317cf414bd8ef9087fdac.zip |
Manually reformat aes_core.c
Add aes_core.c to the list of files not processed by openssl-format-source
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util/openssl-format-source')
-rwxr-xr-x | util/openssl-format-source | 2 |
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" ;; *) |