diff options
Diffstat (limited to 'src/libstrongswan/crypto/hashers/sha1_hasher.h')
-rw-r--r-- | src/libstrongswan/crypto/hashers/sha1_hasher.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstrongswan/crypto/hashers/sha1_hasher.h b/src/libstrongswan/crypto/hashers/sha1_hasher.h index d200a23e2..380fa9845 100644 --- a/src/libstrongswan/crypto/hashers/sha1_hasher.h +++ b/src/libstrongswan/crypto/hashers/sha1_hasher.h @@ -24,11 +24,10 @@ #ifndef SHA1_HASHER_H_ #define SHA1_HASHER_H_ -#include <crypto/hashers/hasher.h> - - typedef struct sha1_hasher_t sha1_hasher_t; +#include <crypto/hashers/hasher.h> + /** * @brief Implementation of hasher_t interface using the * SHA1 algorithm. |