]> wimlib.net Git - wimlib/blobdiff - src/sha1.c
Resource fixes/changes
[wimlib] / src / sha1.c
index 7fd67bce992c86006dc9f05eaf56a6236293dfdc..36ff3f150bbc4f637dcbe33054c690347ff2108b 100644 (file)
  * Steve Reid's public domain code, or based on Intel's SSSE3 SHA1 code.
  */
 
-const u8 empty_file_sha1sum[SHA1_HASH_SIZE] = {
-       0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0d, 0x32, 0x55, 
-       0xbf, 0xef, 0x95, 0x60, 0x18, 0x90, 0xaf, 0xd8, 0x07, 0x09,
-};
-
-
 #ifdef WITH_LIBCRYPTO
 
 #define sha1_init     SHA1_Init