Fix indent typo

This commit is contained in:
h5p9sl 2019-10-12 01:26:14 -06:00
parent f019cf555d
commit fec119781d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ A SHA256 HMAC implementation in C/C++
int main(void) {
const std::string testvector = "b0344c61d8db38535ca8afceafbf12b881dc20c9833da726e9376c2e32cff7";
std::vector<uint8_t> key, data, out;
std::vector<uint8_t> key, data, out;
std::stringstream result;
// Allocate memory