Unverified Commit 1cbf7508 authored by kladko's avatar kladko

SKALE-3170-backup-key

parent 685d6777
......@@ -140,7 +140,7 @@ void gen_SEK() {
char SEK[65];
memset(SEK, 0, 65);
spdlog::error("Generating backup key. Will be stored in backup_key.txt ... ");
spdlog::info("Generating backup key. Will be stored in backup_key.txt ... ");
status = trustedGenerateSEK(eid, &err_status, errMsg.data(), encrypted_SEK.data(), &enc_len, SEK);
......
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