mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New gpgsm server option no-encrypt-to.
Add caching for symkey encryption. Minor cleanups.
This commit is contained in:
parent
f61e15670a
commit
387a51f951
12 changed files with 70 additions and 30 deletions
|
@ -54,6 +54,11 @@ scd = scd
|
|||
else
|
||||
scd =
|
||||
endif
|
||||
#if BUILD_G13
|
||||
#g13 = g13
|
||||
#else
|
||||
#g13 =
|
||||
#endif
|
||||
if BUILD_TOOLS
|
||||
tools = tools
|
||||
else
|
||||
|
@ -72,7 +77,7 @@ tests = tests
|
|||
endif
|
||||
|
||||
SUBDIRS = m4 gl include jnlib common ${kbx} \
|
||||
${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests}
|
||||
${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests}
|
||||
|
||||
dist_doc_DATA = README
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue