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 ...@@ -1668,7 +1668,7 @@ void trustedGetEncryptedSecretShareAES(int *errStatus, char *errString, uint8_t
return; return;
} }
char *cypher[ECDSA_SKEY_LEN]; char cypher[ECDSA_SKEY_LEN];
xor_encrypt(common_key, s_share, cypher); xor_encrypt(common_key, s_share, cypher);
if (cypher == NULL) { if (cypher == NULL) {
*errStatus = 1; *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