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:
parent
3b8cf6e497
commit
6fd5b6d5ed
7 changed files with 408 additions and 63 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue