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

* genkey.c: Store the secret part and return the public part.

This commit is contained in:
Werner Koch 2002-01-10 19:45:32 +00:00
parent 3b8cf6e497
commit 6fd5b6d5ed
7 changed files with 408 additions and 63 deletions

View file

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