diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-10 19:18:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-10 19:18:57 +0100 |
commit | 3bf8125fce2a7fa71214a03384f2a6dac459ccfc (patch) | |
tree | 5a13fb1d9fcc46876c19ce1e82107c152570d7a7 /algorithm_output_size.c | |
parent | Fix warnings (diff) | |
download | libsha2-3bf8125fce2a7fa71214a03384f2a6dac459ccfc.tar.gz libsha2-3bf8125fce2a7fa71214a03384f2a6dac459ccfc.tar.bz2 libsha2-3bf8125fce2a7fa71214a03384f2a6dac459ccfc.tar.xz |
Fix HMAC and add tests1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'algorithm_output_size.c')
-rw-r--r-- | algorithm_output_size.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/algorithm_output_size.c b/algorithm_output_size.c index 4b287b2..f7a0352 100644 --- a/algorithm_output_size.c +++ b/algorithm_output_size.c @@ -1,6 +1,5 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -#include <stdio.h> /** |