Skip to content

Commit

Permalink
Boringssl and rules python fix for s390x (envoyproxy#166)
Browse files Browse the repository at this point in the history
* Boringssl s390x fix

* rules python fix for s390x

* Update to minimum python version supported on s390x

Signed-off-by: Surender Yadav <[email protected]>
  • Loading branch information
surenderky authored and dcillera committed Aug 29, 2024
1 parent 8162756 commit 8cffd38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bssl-compat/third_party/boringssl/src/include/openssl/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ extern "C" {
#define OPENSSL_32_BIT
#elif defined(__myriad2__)
#define OPENSSL_32_BIT
#elif defined(__s390__) || defined(__s390x__) || defined(__zarch__)
#define OPENSSL_64_BIT
#else
// Note BoringSSL only supports standard 32-bit and 64-bit two's-complement,
// little-endian architectures. Functions will not produce the correct answer
Expand Down

0 comments on commit 8cffd38

Please sign in to comment.