summaryrefslogtreecommitdiffstats
path: root/util
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:28:20 +0000
commit3807db9d91d07fd11432325cdf3c51a0c901f0b6 (patch)
treea48586beeedb760f19896c14678dfad8bc0232c6 /util
parent0f344da8f738ce7867413a7c7f06a09796331541 (diff)
Add ecp_nistz256.c to 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 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"
;;
*)