mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Typo fixes.
Portability fix for asschk.c
This commit is contained in:
parent
e2a98c2b26
commit
c3b9005ec3
5 changed files with 13 additions and 5 deletions
|
@ -491,8 +491,8 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity,
|
|||
kludge_uid = NULL;
|
||||
for (idx=0; (p = ksba_cert_get_subject (cert,idx)); idx++)
|
||||
{
|
||||
/* In the case that the same email address is in the subecj DN
|
||||
as weel as in an alternate subject name we avoid printing it
|
||||
/* In the case that the same email address is in the subject DN
|
||||
as well as in an alternate subject name we avoid printing it
|
||||
a second time. */
|
||||
if (kludge_uid && !strcmp (kludge_uid, p))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue