summaryrefslogtreecommitdiffstats
path: root/awscrt-build.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-03 07:34:45 +0200
committerRemi Collet <remi@remirepo.net>2021-09-03 07:34:45 +0200
commit5c7fd837b3a8e51eb4776a136828f96ea2a4a40e (patch)
tree09ec3c77dedbf9f24b4fee422e67f929e08c83a7 /awscrt-build.patch
parente4320af2e8c8adc99140a83f20c9f06628522f89 (diff)
update to 1.0.7
Diffstat (limited to 'awscrt-build.patch')
-rw-r--r--awscrt-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/awscrt-build.patch b/awscrt-build.patch
deleted file mode 100644
index e82c5ac..0000000
--- a/awscrt-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up aws-crt-php-1.0.0/crt/aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/sha/sha256.c.old aws-crt-php-1.0.0/crt/aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/sha/sha256.c
---- aws-crt-php-1.0.0/crt/aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/sha/sha256.c.old 2021-06-23 14:05:19.531147607 +0200
-+++ aws-crt-php-1.0.0/crt/aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/sha/sha256.c 2021-06-23 14:05:56.792059326 +0200
-@@ -63,6 +63,7 @@
- #include "internal.h"
- #include "../../internal.h"
-
-+# pragma GCC diagnostic ignored "-Wstringop-overflow"
-
- int SHA224_Init(SHA256_CTX *sha) {
- OPENSSL_memset(sha, 0, sizeof(SHA256_CTX));