From: Matt Caswell Date: Wed, 21 Jan 2015 16:34:27 +0000 (+0000) Subject: Manually reformat aes_x86core.c and add it to the list of files skipped by X-Git-Tag: OpenSSL_0_9_8-post-reformat~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e29126f99af183491e501fd7d9b886a0bf6b4225;p=oweals%2Fopenssl.git Manually reformat aes_x86core.c and add it to the list of files skipped by openssl-format-source Conflicts: crypto/aes/aes_x86core.c Conflicts: crypto/aes/aes_x86core.c Reviewed-by: Tim Hudson --- diff --git a/util/openssl-format-source b/util/openssl-format-source index f1800e0306..e1606a7f40 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) + obj_dat.h|aes_core.c|aes_x86core.c) echo "skipping $j" ;; *)