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:
175af9d
)
Manually reformat aes_x86core.c and add it to the list of files skipped by
author
Matt Caswell
<matt@openssl.org>
Wed, 21 Jan 2015 16:34:27 +0000
(16:34 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:51:54 +0000
(09:51 +0000)
openssl-format-source
Conflicts:
crypto/aes/aes_x86core.c
Conflicts:
crypto/aes/aes_x86core.c
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 f1800e0306b264468eafda394bb74eba27db5713..e1606a7f40c7cbbae0c8c1494f151639e9b63678 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)
+ obj_dat.h|aes_core.c
|aes_x86core.c
)
echo "skipping $j"
;;
*)