Add ecp_nistz256.c to list of files skipped by openssl-format-source
authorMatt Caswell <matt@openssl.org>
Wed, 21 Jan 2015 16:37:58 +0000 (16:37 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:28:20 +0000 (09:28 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
util/openssl-format-source

index e1606a7f40c7cbbae0c8c1494f151639e9b63678..242c5ba81a6dab02a9c6aac8ceda6a8f4e15f676 100755 (executable)
@@ -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"
          ;;
        *)