Skip to content

Commit

Permalink
SKALE-4751 remove extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 9, 2021
1 parent a979cc4 commit 98dc0ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion secure_enclave/secure_enclave.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ void trustedDecryptKey(int *errStatus, char *errString, uint8_t *encryptedPrivat

CHECK_STATE(encryptedPrivateKey);
CHECK_STATE(key);
CHECK_STATE( enc_len == strnlen( encryptedPrivateKey, 1024 ) );

*errStatus = -9;

Expand Down

0 comments on commit 98dc0ce

Please sign in to comment.