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)
This commit is contained in:
Tianjia Zhang 2021-07-12 11:22:59 +08:00 committed by Pauli
parent a773e67b89
commit db226bf20f
10 changed files with 0 additions and 0 deletions

0
apps/ca.c Executable file → Normal file
View File

0
demos/digest/BIO_f_md.c Executable file → Normal file
View File

0
demos/digest/EVP_MD_stdin.c Executable file → Normal file
View File

0
test/insta.priv.pem Executable file → Normal file
View File

0
test/insta_ca.cert.pem Executable file → Normal file
View File

View File

View File

0
test/recipes/65-test_cmp_vfy_data/insta.cert.pem Executable file → Normal file
View File

0
test/recipes/65-test_cmp_vfy_data/insta.priv.pem Executable file → Normal file
View File

0
test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem Executable file → Normal file
View File