Add ecp_nistz256.c to list of files skipped by openssl-format-source

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Matt Caswell 2015-01-21 16:37:58 +00:00
parent 72d7ed66e2
commit bc974f8b36

View File

@ -88,7 +88,7 @@ do
case `basename $j` in case `basename $j` in
# the list of files that indent is unable to handle correctly # the list of files that indent is unable to handle correctly
# that we simply leave alone for manual formatting now # 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" echo "skipping $j"
;; ;;
*) *)