From 5c7fd837b3a8e51eb4776a136828f96ea2a4a40e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Sep 2021 07:34:45 +0200 Subject: update to 1.0.7 --- awscrt-build.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 awscrt-build.patch (limited to 'awscrt-build.patch') 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)); -- cgit