diff options
Diffstat (limited to 'src/libstrongswan/crypto/hashers/sha2_hasher.c')
-rw-r--r-- | src/libstrongswan/crypto/hashers/sha2_hasher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/hashers/sha2_hasher.c b/src/libstrongswan/crypto/hashers/sha2_hasher.c index 2c59438c0..f6fd0404e 100644 --- a/src/libstrongswan/crypto/hashers/sha2_hasher.c +++ b/src/libstrongswan/crypto/hashers/sha2_hasher.c @@ -27,8 +27,6 @@ #include "sha2_hasher.h" -#include <definitions.h> - typedef struct private_sha512_hasher_t private_sha512_hasher_t; |