Commit f4b80e29 authored by Белов Никита Сергеевич's avatar Белов Никита Сергеевич
Browse files

Update test-belt-hash.c

parent c659bcc5
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -75,5 +75,7 @@ int main() ...@@ -75,5 +75,7 @@ int main()
printf("1: %s\n", ak_ptr_to_hexstr(test_output3, sizeof(test_output3), ak_false)); printf("1: %s\n", ak_ptr_to_hexstr(test_output3, sizeof(test_output3), ak_false));
printf("2: %s\n", ak_ptr_to_hexstr(output, sizeof(output), ak_false)); printf("2: %s\n", ak_ptr_to_hexstr(output, sizeof(output), ak_false));
ak_hash_destroy(&hctx);
return 0; return 0;
} }
\ No newline at end of file
Supports Markdown
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