diff options
Diffstat (limited to 'src/sha1/sha1.hpp')
-rw-r--r-- | src/sha1/sha1.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sha1/sha1.hpp b/src/sha1/sha1.hpp new file mode 100644 index 0000000..23762e9 --- /dev/null +++ b/src/sha1/sha1.hpp @@ -0,0 +1,9 @@ +#ifndef SHA1_HPP +#define SHA1_HPP + +extern "C" +{ +#include "sha1.h" +} + +#endif |