Remove executable mode attributes of non-executable files
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 12 Jul 2021 03:22:59 +0000 (11:22 +0800)
committerPauli <pauli@openssl.org>
Tue, 13 Jul 2021 06:04:32 +0000 (16:04 +1000)
commitdb226bf20f350ea62d3c649a4707fcdd78bbaea9
tree3864668c519a405d82f668b1ef9840e297a948ac
parenta773e67b89208309032d14bd61cf2c2ed4708420
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 <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16045)
apps/ca.c [changed mode: 0755->0644]
demos/digest/BIO_f_md.c [changed mode: 0755->0644]
demos/digest/EVP_MD_stdin.c [changed mode: 0755->0644]
test/insta.priv.pem [changed mode: 0755->0644]
test/insta_ca.cert.pem [changed mode: 0755->0644]
test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der [changed mode: 0755->0644]
test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der [changed mode: 0755->0644]
test/recipes/65-test_cmp_vfy_data/insta.cert.pem [changed mode: 0755->0644]
test/recipes/65-test_cmp_vfy_data/insta.priv.pem [changed mode: 0755->0644]
test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem [changed mode: 0755->0644]