projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66186ae
)
Add ecp_nistz256.c to list of files skipped by openssl-format-source
author
Matt Caswell
<matt@openssl.org>
Wed, 21 Jan 2015 16:37:58 +0000
(16:37 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:20:09 +0000
(09:20 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
util/openssl-format-source
patch
|
blob
|
history
diff --git
a/util/openssl-format-source
b/util/openssl-format-source
index e1606a7f40c7cbbae0c8c1494f151639e9b63678..242c5ba81a6dab02a9c6aac8ceda6a8f4e15f676 100755
(executable)
--- 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"
;;
*)