Test option -nc
[openssl.git] / util / openssl-format-source
index e1606a7f40c7cbbae0c8c1494f151639e9b63678..30d50f8b589b73232f58fcad44843895a6323059 100755 (executable)
@@ -54,6 +54,8 @@ do
       -c) COMMENTS="true"; 
          INDENT_ARGS="-fc1 -fca -cdb -sc"; 
          continue;;
+      -nc) COMMENTS="true";
+         continue;;
     esac
   fi
 
@@ -88,7 +90,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"
          ;;
        *)