aboutsummaryrefslogtreecommitdiff
path: root/src/sha1/sha1.hpp
blob: 23762e9b363436c707c6e00af8192c21a4e355be (plain)
1
2
3
4
5
6
7
8
9
#ifndef SHA1_HPP
#define SHA1_HPP

extern "C"
{
#include "sha1.h"
}

#endif