Extend: convenience library: Add gcrypt
commitbb1232e2977177ebde170c00546e19bd23e90bbf
authorToni Gundogdu <legatvs@gmail.com>
Thu, 31 Jan 2013 08:19:12 +0000 (31 10:19 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Fri, 1 Feb 2013 09:16:15 +0000 (1 11:16 +0200)
tree47de4b6943030f859afaad4cadedaf47e901ba1a
parentf12e093a280f5082e6b66250820a7bbb44a85f07
Extend: convenience library: Add gcrypt

Implement the crypto support bridging libquvi with libgcrypt. This
librar is used by the quvi object crypto functions (quvi.crypto.*).

This adds a new libquvi prerequisite: libgcrypt

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
configure.ac
src/Makefile.am
src/gcrypt/Makefile.am [new file with mode: 0644]
src/gcrypt/crypto.c [new file with mode: 0644]
src/gcrypt/crypto.h [new file with mode: 0644]
src/gcrypt/init.c [new file with mode: 0644]