]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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)
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]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)