mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* simple-pwquery.c, simple-pwquery.h: Moved to ../common.
* Makefile.am (gpg_protect_tool_LDADD): Add simple-pwquery.o. Removed it from xx_SOURCES.
This commit is contained in:
parent
f0fddbd613
commit
59e5fb16f6
@ -1,3 +1,9 @@
|
|||||||
|
2003-07-15 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* simple-pwquery.c, simple-pwquery.h: Moved to ../common.
|
||||||
|
* Makefile.am (gpg_protect_tool_LDADD): Add simple-pwquery.o.
|
||||||
|
Removed it from xx_SOURCES.
|
||||||
|
|
||||||
2003-07-04 Werner Koch <wk@gnupg.org>
|
2003-07-04 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpg-agent.c (handle_connections): Kludge to allow use of Pth 1
|
* gpg-agent.c (handle_connections): Kludge to allow use of Pth 1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
@ -51,10 +51,10 @@ gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \
|
|||||||
gpg_protect_tool_SOURCES = \
|
gpg_protect_tool_SOURCES = \
|
||||||
protect-tool.c \
|
protect-tool.c \
|
||||||
protect.c \
|
protect.c \
|
||||||
minip12.c minip12.h \
|
minip12.c minip12.h
|
||||||
simple-pwquery.c simple-pwquery.h
|
|
||||||
|
|
||||||
gpg_protect_tool_LDADD = ../jnlib/libjnlib.a \
|
gpg_protect_tool_LDADD = ../jnlib/libjnlib.a \
|
||||||
../common/libcommon.a $(LIBGCRYPT_LIBS) -lgpg-error
|
../common/libcommon.a ../common/libsimple-pwquery.a \
|
||||||
|
$(LIBGCRYPT_LIBS) -lgpg-error
|
||||||
|
|
||||||
|
|
||||||
|
@ -709,7 +709,7 @@ sexp_to_kparms (gcry_sexp_t sexp)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Paramter names used with RSA. */
|
/* Parameter names used with RSA. */
|
||||||
elems = "nedpqu";
|
elems = "nedpqu";
|
||||||
array = xcalloc (strlen(elems) + 1, sizeof *array);
|
array = xcalloc (strlen(elems) + 1, sizeof *array);
|
||||||
for (idx=0, s=elems; *s; s++, idx++ )
|
for (idx=0, s=elems; *s; s++, idx++ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user