summaryrefslogtreecommitdiffstats
path: root/rules/libassuan.in
blob: 18dbfa8e985d63948f0d4cd1950a3d560ed6815d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=system_libraries

config LIBASSUAN
	tristate
	prompt "libassuan"
	select LIBGPG_ERROR
	help
	  IPC library used by GnuPG and GPGME

	  libassuan is a small library implementing the so-called
	  Assuan protocol. This protocol is used for IPC between
	  most newer GnuPG components. Both, server and client
	  side functions are provided.