Skip to content
Snippets Groups Projects
Commit 1ef001e5 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Review fixes for #87

parent 3c9f0952
No related branches found
No related tags found
No related merge requests found
#ifndef TS_SHA1_H_INCLUDED
#define TS_SHA1_H_INCLUDED
#include <stdint.h>
/* ================ sha1.h ================ */
/*
SHA-1 in C
......
......@@ -30,6 +30,7 @@
*/
#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
/* Check whether CPU supports SSE 4.2 (needed to compute CRC32 in hardware).
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment