mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fix typo
This commit is contained in:
parent
3902b6154d
commit
a75c2acb31
@ -683,7 +683,7 @@ std::vector<uint8_t> osnma_msg_receiver::computeHMAC_SHA_256(const std::vector<u
|
|||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
EVP_MD_CTX_free(ctx);
|
EVP_MD_CTX_free(ctx);
|
||||||
|
|
||||||
mac.resize(macLength);
|
hmac.resize(macLength);
|
||||||
output = hmac;
|
output = hmac;
|
||||||
#else
|
#else
|
||||||
std::vector<uint8_t> hmac(32);
|
std::vector<uint8_t> hmac(32);
|
||||||
|
Loading…
Reference in New Issue
Block a user