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

* trustlist.c: New.

* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
This commit is contained in:
Werner Koch 2002-01-15 13:01:52 +00:00
parent 438b2bcb8c
commit 148aa6e529
5 changed files with 297 additions and 1 deletions

View file

@ -31,7 +31,8 @@ gpg_agent_SOURCES = \
findkey.c \
pksign.c \
pkdecrypt.c \
genkey.c
genkey.c \
trustlist.c
gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \
../common/libcommon.a $(LIBGCRYPT_LIBS)