summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 16:37:58 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:37:43 +0000
commitbc974f8b367fd1c90edb48680b99afae37e4dee0 (patch)
treebbaf564221fa0ea5f6fba97fb4beed71f0b92007
parent72d7ed66e2fdd304978906babf5673e7afe4bc19 (diff)
downloadopenssl-new-bc974f8b367fd1c90edb48680b99afae37e4dee0.tar.gz
Add ecp_nistz256.c to list of files skipped by openssl-format-source
Reviewed-by: Tim Hudson <tjh@openssl.org>
-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 e1606a7f40..242c5ba81a 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|aes_x86core.c)
+ obj_dat.h|aes_core.c|aes_x86core.c|ecp_nistz256.c)
echo "skipping $j"
;;
*)