From db226bf20f350ea62d3c649a4707fcdd78bbaea9 Mon Sep 17 00:00:00 2001 From: Tianjia Zhang Date: Mon, 12 Jul 2021 11:22:59 +0800 Subject: [PATCH] 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) --- apps/ca.c | 0 demos/digest/BIO_f_md.c | 0 demos/digest/EVP_MD_stdin.c | 0 test/insta.priv.pem | 0 test/insta_ca.cert.pem | 0 .../IR_protected_0_extraCerts.der | Bin .../IR_protected_2_extraCerts.der | Bin test/recipes/65-test_cmp_vfy_data/insta.cert.pem | 0 test/recipes/65-test_cmp_vfy_data/insta.priv.pem | 0 test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 apps/ca.c mode change 100755 => 100644 demos/digest/BIO_f_md.c mode change 100755 => 100644 demos/digest/EVP_MD_stdin.c mode change 100755 => 100644 test/insta.priv.pem mode change 100755 => 100644 test/insta_ca.cert.pem mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta.cert.pem mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta.priv.pem mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem 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