]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9364 Add crypto support to all tools
authorHoward Chu <hyc@openldap.org>
Mon, 12 Oct 2020 20:57:05 +0000 (21:57 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Oct 2020 20:57:05 +0000 (21:57 +0100)
commitb220a6655b269153f32b89ec113a73f983b5f8e3
tree231ffb87ba5885350da3715fcdfbd70bec342c34
parent12c63d299ccb4ee3556b4ab83830e6e531aa2892
ITS#9364 Add crypto support to all tools

Using dynamically loaded crypto modules
libraries/liblmdb/Makefile
libraries/liblmdb/crypto.c
libraries/liblmdb/mdb_copy.c
libraries/liblmdb/mdb_drop.c
libraries/liblmdb/mdb_dump.c
libraries/liblmdb/mdb_load.c
libraries/liblmdb/mdb_stat.c
libraries/liblmdb/module.c [new file with mode: 0644]
libraries/liblmdb/module.h [new file with mode: 0644]
libraries/liblmdb/mtest_enc2.c