diff options
Diffstat (limited to 'crypt/sha256-block.c')
-rw-r--r-- | crypt/sha256-block.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypt/sha256-block.c b/crypt/sha256-block.c index a163e25..8a77096 100644 --- a/crypt/sha256-block.c +++ b/crypt/sha256-block.c @@ -1,3 +1,5 @@ +#include <stdint.h> + /* Process LEN bytes of BUFFER, accumulating context into CTX. It is assumed that LEN % 64 == 0. */ void |