From: Tianjia Zhang Date: Mon, 12 Jul 2021 03:22:59 +0000 (+0800) Subject: Remove executable mode attributes of non-executable files X-Git-Tag: openssl-3.0.0-beta2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db226bf20f350ea62d3c649a4707fcdd78bbaea9;p=thirdparty%2Fopenssl.git Remove executable mode attributes of non-executable files Remove the executable attributes of some C code files and key files, change the file mode from 0755 to 0644. Signed-off-by: Tianjia Zhang Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16045) --- diff --git a/apps/ca.c b/apps/ca.c old mode 100755 new mode 100644 diff --git a/demos/digest/BIO_f_md.c b/demos/digest/BIO_f_md.c old mode 100755 new mode 100644 diff --git a/demos/digest/EVP_MD_stdin.c b/demos/digest/EVP_MD_stdin.c old mode 100755 new mode 100644 diff --git a/test/insta.priv.pem b/test/insta.priv.pem old mode 100755 new mode 100644 diff --git a/test/insta_ca.cert.pem b/test/insta_ca.cert.pem old mode 100755 new mode 100644 diff --git a/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der b/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der old mode 100755 new mode 100644 diff --git a/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der b/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der old mode 100755 new mode 100644 diff --git a/test/recipes/65-test_cmp_vfy_data/insta.cert.pem b/test/recipes/65-test_cmp_vfy_data/insta.cert.pem old mode 100755 new mode 100644 diff --git a/test/recipes/65-test_cmp_vfy_data/insta.priv.pem b/test/recipes/65-test_cmp_vfy_data/insta.priv.pem old mode 100755 new mode 100644 diff --git a/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem b/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem old mode 100755 new mode 100644