X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fsha1.h;h=7a3b3129dccf645fe24d8aec07576277d72b6438;hb=2a94ebd67e2a341208c4849a92442ecd511fb716;hp=5c231e378ea6d02f82bbebcfaf5e2237b7d9e682;hpb=f8698b9c814a62a117982701b9551f699553b2a4;p=wimlib diff --git a/src/sha1.h b/src/sha1.h index 5c231e37..7a3b3129 100644 --- a/src/sha1.h +++ b/src/sha1.h @@ -4,7 +4,7 @@ #include "config.h" #include #include -#include "string.h" +#include #include "util.h" #define SHA1_HASH_SIZE 20 @@ -93,7 +93,4 @@ sha1_final(u8 hash[SHA1_HASH_SIZE], SHA_CTX *ctx); #endif /* !WITH_LIBCRYPTO */ -extern int -sha1sum(const tchar *filename, u8 hash[SHA1_HASH_SIZE]); - #endif /* _WIMLIB_SHA1_H */