Replace SHA-1 library with one that is clearly licensed.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Jun 2009 23:03:28 +0000 (16:03 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Jun 2009 23:03:28 +0000 (16:03 -0700)
commit5eccf359391f7fe2cdb0edbaaf5680895c115218
treeafd782f982a7f2c18cd03873cd5e959aec4c2420
parenta14bc59fb8f27db193d74662dc9c5cb8237177ef
Replace SHA-1 library with one that is clearly licensed.

The SHA-1 library that we used until now was taken from RFC 3174.  That
library has no clearly free license statement, only a license on the text
of the RFC.  This commit replaces this library with a modified version of
the code from the Apache Portable Runtime library from apr.apache.org,
which is licensed under the Apache 2.0 license, the same as the rest of
Open vSwitch.
NOTICE [new file with mode: 0644]
lib/cfg.c
lib/cfg.h
lib/sha1.c
lib/sha1.h
tests/test-sha1.c
vswitchd/bridge.c