diff --git a/src/third_party/boringssl/src/include/openssl/target.h b/src/third_party/boringssl/src/include/openssl/target.h index 2c03389c48..d4bcf37d56 100644 --- a/src/third_party/boringssl/src/include/openssl/target.h +++ b/src/third_party/boringssl/src/include/openssl/target.h @@ -56,6 +56,8 @@ #define OPENSSL_32_BIT #elif defined(__myriad2__) #define OPENSSL_32_BIT +#elif defined(__loongarch__) && __SIZEOF_POINTER__ == 8 +#define OPENSSL_64_BIT #else // The list above enumerates the platforms that BoringSSL supports. For these // platforms we keep a reasonable bar of not breaking them: automated test