From 9a5d775320e861358598b1e4229fd5a82c025a07 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 16:37:58 +0000 Subject: [PATCH] Add ecp_nistz256.c to list of files skipped by openssl-format-source Reviewed-by: Tim Hudson --- util/openssl-format-source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *) -- 2.39.2