summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
index ff5a8f2987..790ccccc95 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
+++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
@@ -53,7 +53,7 @@ diff --git a/crypto/internal.h b/crypto/internal.h
53index f93c2e5..2fca2fb 100644 53index f93c2e5..2fca2fb 100644
54--- a/crypto/internal.h 54--- a/crypto/internal.h
55+++ b/crypto/internal.h 55+++ b/crypto/internal.h
56@@ -1193,7 +1193,7 @@ static inline uint64_t CRYPTO_rotr_u64(uint64_t value, int shift) { 56@@ -1206,7 +1206,7 @@ static inline uint64_t CRYPTO_rotr_u64(uint64_t value, int shift) {
57 57
58 // CRYPTO_addc_* returns |x + y + carry|, and sets |*out_carry| to the carry 58 // CRYPTO_addc_* returns |x + y + carry|, and sets |*out_carry| to the carry
59 // bit. |carry| must be zero or one. 59 // bit. |carry| must be zero or one.
@@ -62,7 +62,7 @@ index f93c2e5..2fca2fb 100644
62 62
63 #define CRYPTO_GENERIC_ADDC(x, y, carry, out_carry) \ 63 #define CRYPTO_GENERIC_ADDC(x, y, carry, out_carry) \
64 (_Generic((x), \ 64 (_Generic((x), \
65@@ -1245,7 +1245,7 @@ static inline uint64_t CRYPTO_addc_u64(uint64_t x, uint64_t y, uint64_t carry, 65@@ -1258,7 +1258,7 @@ static inline uint64_t CRYPTO_addc_u64(uint64_t x, uint64_t y, uint64_t carry,
66 66
67 // CRYPTO_subc_* returns |x - y - borrow|, and sets |*out_borrow| to the borrow 67 // CRYPTO_subc_* returns |x - y - borrow|, and sets |*out_borrow| to the borrow
68 // bit. |borrow| must be zero or one. 68 // bit. |borrow| must be zero or one.