1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Photo ID support (actually generic "attribute packet" support, but there

is only one attribute packet defined thus far, and it's a picture)
This commit is contained in:
David Shaw 2001-12-21 23:06:02 +00:00
parent ca058399b0
commit d560bdac18
16 changed files with 522 additions and 350 deletions

View file

@ -56,7 +56,7 @@ common_source = \
plaintext.c \
sig-check.c \
keylist.c \
signal.c
signal.c
gpg_SOURCES = g10.c \
$(common_source) \
@ -88,7 +88,11 @@ gpg_SOURCES = g10.c \
pipemode.c \
helptext.c \
keyserver.c \
keyserver-internal.h
keyserver-internal.h \
photoid.c photoid.h \
exec.c exec.h
gpgv_SOURCES = gpgv.c \
$(common_source) \