]> source.dussan.org Git - rspamd.git/commit
Start keypair framework conversion
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 5 Feb 2016 14:21:24 +0000 (14:21 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 5 Feb 2016 14:21:24 +0000 (14:21 +0000)
commitce62c022fc1d51a8a3f042ac08e7b48820d401a8
tree850ab37197d4ec4d4863a8e7b8ae585ea4331c71
parentf304c8721d2353767a08e1a2f0e9261290011717
Start keypair framework conversion
src/libcryptobox/CMakeLists.txt
src/libcryptobox/keypair.c [new file with mode: 0644]
src/libcryptobox/keypair.h [new file with mode: 0644]
src/libcryptobox/keypair_private.h [new file with mode: 0644]
src/libcryptobox/keypairs_cache.c [new file with mode: 0644]
src/libcryptobox/keypairs_cache.h [new file with mode: 0644]
src/libutil/CMakeLists.txt
src/libutil/keypair_private.h [deleted file]
src/libutil/keypairs_cache.c [deleted file]
src/libutil/keypairs_cache.h [deleted file]