arcolight commented on code in PR #7274: URL: https://github.com/apache/ignite-3/pull/7274#discussion_r2635268477
########## modules/platforms/cpp/ignite/common/detail/mpi.cpp: ########## @@ -19,7 +19,8 @@ #include "ignite_error.h" -#include <mbedtls/bignum.h> +#include <mbedtls/build_info.h> +#include <mbedtls/private/bignum.h> Review Comment: We used this internal interface already. I will check if we can use one submodule from MBedTLS. It looks like they made some changes in this bignum library. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
