1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Implemented encryption in server mode.

Allow to specify a recipient on the commandline
There is still a default hardwired recipient if none has been set.
This commit is contained in:
Werner Koch 2001-12-11 12:31:04 +00:00
parent f463880562
commit 6a8c47bd29
11 changed files with 485 additions and 59 deletions

View file

@ -32,6 +32,7 @@ gpgsm_SOURCES = \
call-agent.c \
fingerprint.c \
base64.c \
certlist.c \
certdump.c \
certcheck.c \
certpath.c \