From 7f3039725220cf670005019b0eb7d25bd29e6644 Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 23 Oct 2017 11:16:40 -0700 Subject: [PATCH] Remove execute bit on all code files. --- IDE/GCC-ARM/Header/user_settings.h | 0 IDE/GCC-ARM/Makefile | 0 IDE/GCC-ARM/Makefile.bench | 0 IDE/GCC-ARM/Makefile.common | 0 IDE/GCC-ARM/Makefile.static | 0 IDE/GCC-ARM/Makefile.test | 0 IDE/GCC-ARM/README.md | 0 IDE/GCC-ARM/Source/armtarget.c | 0 IDE/GCC-ARM/Source/benchmark_main.c | 0 IDE/GCC-ARM/Source/test_main.c | 0 IDE/GCC-ARM/Source/tls_client.c | 0 IDE/GCC-ARM/linker.ld | 0 IDE/INTIME-RTOS/README.md | 0 IDE/INTIME-RTOS/libwolfssl.c | 0 IDE/INTIME-RTOS/user_settings.h | 0 IDE/INTIME-RTOS/wolfExamples.c | 0 IDE/INTIME-RTOS/wolfExamples.h | 0 src/crl.c | 0 src/internal.c | 0 src/ssl.c | 0 src/tls.c | 0 wolfcrypt/src/aes.c | 0 wolfcrypt/src/des3.c | 0 wolfcrypt/src/dh.c | 0 wolfcrypt/src/ecc.c | 0 wolfcrypt/src/fe_operations.c | 0 wolfcrypt/src/hmac.c | 0 wolfcrypt/src/md5.c | 0 wolfcrypt/src/pkcs7.c | 0 wolfcrypt/src/port/xilinx/xil-aesgcm.c | 0 wolfcrypt/src/port/xilinx/xil-sha3.c | 0 wolfcrypt/src/rsa.c | 0 wolfcrypt/src/sha.c | 0 wolfcrypt/src/sha256.c | 0 wolfcrypt/src/sha3.c | 0 wolfcrypt/src/sha512.c | 0 wolfcrypt/src/wc_port.c | 0 wolfssl/internal.h | 0 wolfssl/wolfcrypt/aes.h | 0 wolfssl/wolfcrypt/logging.h | 0 wolfssl/wolfcrypt/port/xilinx/xil-sha3.h | 0 wolfssl/wolfcrypt/types.h | 0 42 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 IDE/GCC-ARM/Header/user_settings.h mode change 100755 => 100644 IDE/GCC-ARM/Makefile mode change 100755 => 100644 IDE/GCC-ARM/Makefile.bench mode change 100755 => 100644 IDE/GCC-ARM/Makefile.common mode change 100755 => 100644 IDE/GCC-ARM/Makefile.static mode change 100755 => 100644 IDE/GCC-ARM/Makefile.test mode change 100755 => 100644 IDE/GCC-ARM/README.md mode change 100755 => 100644 IDE/GCC-ARM/Source/armtarget.c mode change 100755 => 100644 IDE/GCC-ARM/Source/benchmark_main.c mode change 100755 => 100644 IDE/GCC-ARM/Source/test_main.c mode change 100755 => 100644 IDE/GCC-ARM/Source/tls_client.c mode change 100755 => 100644 IDE/GCC-ARM/linker.ld mode change 100755 => 100644 IDE/INTIME-RTOS/README.md mode change 100755 => 100644 IDE/INTIME-RTOS/libwolfssl.c mode change 100755 => 100644 IDE/INTIME-RTOS/user_settings.h mode change 100755 => 100644 IDE/INTIME-RTOS/wolfExamples.c mode change 100755 => 100644 IDE/INTIME-RTOS/wolfExamples.h mode change 100755 => 100644 src/crl.c mode change 100755 => 100644 src/internal.c mode change 100755 => 100644 src/ssl.c mode change 100755 => 100644 src/tls.c mode change 100755 => 100644 wolfcrypt/src/aes.c mode change 100755 => 100644 wolfcrypt/src/des3.c mode change 100755 => 100644 wolfcrypt/src/dh.c mode change 100755 => 100644 wolfcrypt/src/ecc.c mode change 100755 => 100644 wolfcrypt/src/fe_operations.c mode change 100755 => 100644 wolfcrypt/src/hmac.c mode change 100755 => 100644 wolfcrypt/src/md5.c mode change 100755 => 100644 wolfcrypt/src/pkcs7.c mode change 100755 => 100644 wolfcrypt/src/port/xilinx/xil-aesgcm.c mode change 100755 => 100644 wolfcrypt/src/port/xilinx/xil-sha3.c mode change 100755 => 100644 wolfcrypt/src/rsa.c mode change 100755 => 100644 wolfcrypt/src/sha.c mode change 100755 => 100644 wolfcrypt/src/sha256.c mode change 100755 => 100644 wolfcrypt/src/sha3.c mode change 100755 => 100644 wolfcrypt/src/sha512.c mode change 100755 => 100644 wolfcrypt/src/wc_port.c mode change 100755 => 100644 wolfssl/internal.h mode change 100755 => 100644 wolfssl/wolfcrypt/aes.h mode change 100755 => 100644 wolfssl/wolfcrypt/logging.h mode change 100755 => 100644 wolfssl/wolfcrypt/port/xilinx/xil-sha3.h mode change 100755 => 100644 wolfssl/wolfcrypt/types.h diff --git a/IDE/GCC-ARM/Header/user_settings.h b/IDE/GCC-ARM/Header/user_settings.h old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Makefile b/IDE/GCC-ARM/Makefile old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Makefile.bench b/IDE/GCC-ARM/Makefile.bench old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Makefile.common b/IDE/GCC-ARM/Makefile.common old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Makefile.static b/IDE/GCC-ARM/Makefile.static old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Makefile.test b/IDE/GCC-ARM/Makefile.test old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/README.md b/IDE/GCC-ARM/README.md old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Source/armtarget.c b/IDE/GCC-ARM/Source/armtarget.c old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Source/benchmark_main.c b/IDE/GCC-ARM/Source/benchmark_main.c old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Source/test_main.c b/IDE/GCC-ARM/Source/test_main.c old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/Source/tls_client.c b/IDE/GCC-ARM/Source/tls_client.c old mode 100755 new mode 100644 diff --git a/IDE/GCC-ARM/linker.ld b/IDE/GCC-ARM/linker.ld old mode 100755 new mode 100644 diff --git a/IDE/INTIME-RTOS/README.md b/IDE/INTIME-RTOS/README.md old mode 100755 new mode 100644 diff --git a/IDE/INTIME-RTOS/libwolfssl.c b/IDE/INTIME-RTOS/libwolfssl.c old mode 100755 new mode 100644 diff --git a/IDE/INTIME-RTOS/user_settings.h b/IDE/INTIME-RTOS/user_settings.h old mode 100755 new mode 100644 diff --git a/IDE/INTIME-RTOS/wolfExamples.c b/IDE/INTIME-RTOS/wolfExamples.c old mode 100755 new mode 100644 diff --git a/IDE/INTIME-RTOS/wolfExamples.h b/IDE/INTIME-RTOS/wolfExamples.h old mode 100755 new mode 100644 diff --git a/src/crl.c b/src/crl.c old mode 100755 new mode 100644 diff --git a/src/internal.c b/src/internal.c old mode 100755 new mode 100644 diff --git a/src/ssl.c b/src/ssl.c old mode 100755 new mode 100644 diff --git a/src/tls.c b/src/tls.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/aes.c b/wolfcrypt/src/aes.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/des3.c b/wolfcrypt/src/des3.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/dh.c b/wolfcrypt/src/dh.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/ecc.c b/wolfcrypt/src/ecc.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/fe_operations.c b/wolfcrypt/src/fe_operations.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/hmac.c b/wolfcrypt/src/hmac.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/md5.c b/wolfcrypt/src/md5.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/pkcs7.c b/wolfcrypt/src/pkcs7.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/port/xilinx/xil-aesgcm.c b/wolfcrypt/src/port/xilinx/xil-aesgcm.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/port/xilinx/xil-sha3.c b/wolfcrypt/src/port/xilinx/xil-sha3.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/rsa.c b/wolfcrypt/src/rsa.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/sha.c b/wolfcrypt/src/sha.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/sha256.c b/wolfcrypt/src/sha256.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/sha3.c b/wolfcrypt/src/sha3.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/sha512.c b/wolfcrypt/src/sha512.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/wc_port.c b/wolfcrypt/src/wc_port.c old mode 100755 new mode 100644 diff --git a/wolfssl/internal.h b/wolfssl/internal.h old mode 100755 new mode 100644 diff --git a/wolfssl/wolfcrypt/aes.h b/wolfssl/wolfcrypt/aes.h old mode 100755 new mode 100644 diff --git a/wolfssl/wolfcrypt/logging.h b/wolfssl/wolfcrypt/logging.h old mode 100755 new mode 100644 diff --git a/wolfssl/wolfcrypt/port/xilinx/xil-sha3.h b/wolfssl/wolfcrypt/port/xilinx/xil-sha3.h old mode 100755 new mode 100644 diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h old mode 100755 new mode 100644