]> wimlib.net Git - wimlib/commit
Use public domain SHA1 code
authorEric Biggers <ebiggers3@gmail.com>
Sat, 26 May 2012 18:49:31 +0000 (13:49 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 26 May 2012 18:49:31 +0000 (13:49 -0500)
commit604aaba2df983e5490ac76f58a8803dc352b85f3
tree52e0b465a7cd1ab853b583bc4beee4f3bc80140a
parente8fdc252f2df9a42b359633c4ca1612174e50444
Use public domain SHA1 code

I believe that technically I shouldn't have been using the coreutils SHA1 code
in wimlib because the coreutils code is GPLv3 while wimlib is LGPLv2.1+.  So I
replaced it with public domain code.

This only applies to building SHA1 support into wimlib.  I would recommend using
an external libcrypto if possible.
src/modify.c
src/mount.c
src/resource.c
src/sha1.c
src/sha1.h
src/util.c
src/util.h