From e031d2fa06a9459aa4428bfcc061331d9456187c Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 5 Feb 2016 14:25:43 -0800 Subject: [PATCH] Removed the execute bit on all .c files. These were inadvertently set in PR #293 due to editing files through Windows VMWare shared folder. --- src/io.c | 0 src/ssl.c | 0 wolfcrypt/src/chacha20_poly1305.c | 0 wolfcrypt/src/ecc.c | 0 wolfcrypt/src/pkcs7.c | 0 wolfcrypt/src/poly1305.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/io.c mode change 100755 => 100644 src/ssl.c mode change 100755 => 100644 wolfcrypt/src/chacha20_poly1305.c mode change 100755 => 100644 wolfcrypt/src/ecc.c mode change 100755 => 100644 wolfcrypt/src/pkcs7.c mode change 100755 => 100644 wolfcrypt/src/poly1305.c diff --git a/src/io.c b/src/io.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/wolfcrypt/src/chacha20_poly1305.c b/wolfcrypt/src/chacha20_poly1305.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/pkcs7.c b/wolfcrypt/src/pkcs7.c old mode 100755 new mode 100644 diff --git a/wolfcrypt/src/poly1305.c b/wolfcrypt/src/poly1305.c old mode 100755 new mode 100644