1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00
This commit is contained in:
Carles Fernandez 2023-06-07 11:19:14 +02:00
parent 3902b6154d
commit a75c2acb31
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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);