You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the build Open-TEE for Android and when I try to build the modules make clean && make opentee-engine libManagerApi libInternalApi libLauncherApi libCommonApi libta_conn_test_app conn_test_app libtee
I get these errors
Open-TEE/emulator/internal_api/openssl_1_0_2_beta_rsa_oaep.c:121:9: error: incompatible integer to pointer conversion assigning to 'unsigned char *' from 'int' [-Werror,-Wint-conversion] dbmask = OPENSSL_malloc(emlen - mdlen);
and
Open-TEE/emulator/internal_api/openssl_1_0_2_beta_rsa_oaep.c:181:5: error: incompatible integer to pointer conversion assigning to 'unsigned char *' from 'int' [-Werror,-Wint-conversion] db = OPENSSL_malloc(dblen + num);
I'm trying the build Open-TEE for Android and when I try to build the modules
make clean && make opentee-engine libManagerApi libInternalApi libLauncherApi libCommonApi libta_conn_test_app conn_test_app libtee
I get these errors
Open-TEE/emulator/internal_api/openssl_1_0_2_beta_rsa_oaep.c:121:9: error: incompatible integer to pointer conversion assigning to 'unsigned char *' from 'int' [-Werror,-Wint-conversion] dbmask = OPENSSL_malloc(emlen - mdlen);
and
Open-TEE/emulator/internal_api/openssl_1_0_2_beta_rsa_oaep.c:181:5: error: incompatible integer to pointer conversion assigning to 'unsigned char *' from 'int' [-Werror,-Wint-conversion] db = OPENSSL_malloc(dblen + num);
My workspace
The text was updated successfully, but these errors were encountered: