]> granicus.if.org Git - p11-kit/commit
Reimplement and remove apache licensed bits of code.
authorStef Walter <stefw@collabora.co.uk>
Wed, 27 Jul 2011 09:24:55 +0000 (11:24 +0200)
committerStef Walter <stefw@collabora.co.uk>
Wed, 27 Jul 2011 09:24:55 +0000 (11:24 +0200)
commit308a776372eb1560480fbfcb5ef9d918a7a1454f
tree97f650f4a829c16ef6146ac95c80a37edf6eca60
parent3bb86b72ca5882b1e5684db837c75df810f283c3
Reimplement and remove apache licensed bits of code.

 * Reimplement the various bits of the hash table that were
   still based on the apache apr code. Use different algorithms
   for hashing, lookup and other stuff.
 * Use this as an opportunity to cleanup that code and make
   it more legible.

https://bugzilla.redhat.com/show_bug.cgi?id=725905
12 files changed:
COPYING
p11-kit/Makefile.am
p11-kit/conf.c
p11-kit/conf.h
p11-kit/hash.c [deleted file]
p11-kit/hashmap.c [new file with mode: 0644]
p11-kit/hashmap.h [moved from p11-kit/hash.h with 73% similarity]
p11-kit/modules.c
p11-kit/pin.c
p11-kit/proxy.c
tests/conf-test.c
tests/hash-test.c