Unverified Commit f483367e authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent 3c90b38c
......@@ -1668,7 +1668,7 @@ void trustedGetEncryptedSecretShareAES(int *errStatus, char *errString, uint8_t
return;
}
char *cypher[ECDSA_SKEY_LEN];
char cypher[ECDSA_SKEY_LEN];
xor_encrypt(common_key, s_share, cypher);
if (cypher == NULL) {
*errStatus = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment