mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
delete redundant characters
-- GnuPG-bug-id: 6482 Signed-off-by: zhangguangzhi <zhangguangzhi3@huawei.com>
This commit is contained in:
parent
e16fc3e19c
commit
be77c05532
2
README
2
README
@ -170,7 +170,7 @@
|
|||||||
* DOCUMENTATION
|
* DOCUMENTATION
|
||||||
|
|
||||||
The complete documentation is in the texinfo manual named
|
The complete documentation is in the texinfo manual named
|
||||||
`gnupg.info'. Run "info gnupg" to read it. If you want a a
|
`gnupg.info'. Run "info gnupg" to read it. If you want a
|
||||||
printable copy of the manual, change to the "doc" directory and
|
printable copy of the manual, change to the "doc" directory and
|
||||||
enter "make pdf" For a HTML version enter "make html" and point your
|
enter "make pdf" For a HTML version enter "make html" and point your
|
||||||
browser to gnupg.html/index.html. Standard man pages for all
|
browser to gnupg.html/index.html. Standard man pages for all
|
||||||
|
@ -1373,7 +1373,7 @@
|
|||||||
truncated search.
|
truncated search.
|
||||||
* ldap.c (add_server_to_servers): Reactivated.
|
* ldap.c (add_server_to_servers): Reactivated.
|
||||||
(url_fetch_ldap): Call it here and try all configured servers in
|
(url_fetch_ldap): Call it here and try all configured servers in
|
||||||
case of a a failed lookup.
|
case of a failed lookup.
|
||||||
(fetch_next_cert_ldap): Detect the truncation error flag.
|
(fetch_next_cert_ldap): Detect the truncation error flag.
|
||||||
* misc.c (host_and_port_from_url, remove_percent_escapes): New.
|
* misc.c (host_and_port_from_url, remove_percent_escapes): New.
|
||||||
|
|
||||||
|
@ -4798,7 +4798,7 @@
|
|||||||
|
|
||||||
* g10.c (main): Try to create the trustdb even for non-colon-mode
|
* g10.c (main): Try to create the trustdb even for non-colon-mode
|
||||||
list-key operations. This is required because getkey needs to
|
list-key operations. This is required because getkey needs to
|
||||||
know whether a a key is ultimately trusted. From Werner on stable
|
know whether a key is ultimately trusted. From Werner on stable
|
||||||
branch.
|
branch.
|
||||||
|
|
||||||
* exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
|
* exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
|
||||||
|
@ -2822,7 +2822,7 @@ cmd_passwd (card_info_t info, char *argstr)
|
|||||||
|
|
||||||
log_assert (DIM (info->chvinfo) >= 4);
|
log_assert (DIM (info->chvinfo) >= 4);
|
||||||
|
|
||||||
/* If there is a qualified signature use a a menu to select
|
/* If there is a qualified signature use a menu to select
|
||||||
* between standard PIN and QES PINs. */
|
* between standard PIN and QES PINs. */
|
||||||
if (info->chvinfo[2] != -2 || info->chvinfo[3] != -2)
|
if (info->chvinfo[2] != -2 || info->chvinfo[3] != -2)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user