mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
Typo fixes
This commit is contained in:
parent
4eee86ca4a
commit
5e34f91852
@ -33,7 +33,8 @@
|
|||||||
#include "app-common.h"
|
#include "app-common.h"
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
|
|
||||||
static struct {
|
static struct
|
||||||
|
{
|
||||||
int fid; /* File ID. */
|
int fid; /* File ID. */
|
||||||
int certtype; /* Type of certificate or 0 if it is not a certificate. */
|
int certtype; /* Type of certificate or 0 if it is not a certificate. */
|
||||||
int iskeypair; /* If true has the FID of the correspoding certificate. */
|
int iskeypair; /* If true has the FID of the correspoding certificate. */
|
||||||
@ -208,8 +209,8 @@ do_readcert (app_t app, const char *certid,
|
|||||||
|
|
||||||
/* If the requested objects is a plain public key, redirect it to
|
/* If the requested objects is a plain public key, redirect it to
|
||||||
the corresponding certificate. The whole system is a bit messy
|
the corresponding certificate. The whole system is a bit messy
|
||||||
becuase we sometime use the key directly or let the caller
|
because we sometime use the key directly or let the caller
|
||||||
retrieve the key from the certificate. The valid point behind
|
retrieve the key from the certificate. The rationale for
|
||||||
that is to support not-yet stored certificates. */
|
that is to support not-yet stored certificates. */
|
||||||
if (filelist[i].iskeypair)
|
if (filelist[i].iskeypair)
|
||||||
fid = filelist[i].iskeypair;
|
fid = filelist[i].iskeypair;
|
||||||
@ -385,7 +386,7 @@ do_sign (app_t app, const char *keyidstr, int hashalgo,
|
|||||||
return gpg_error (GPG_ERR_INV_VALUE);
|
return gpg_error (GPG_ERR_INV_VALUE);
|
||||||
|
|
||||||
/* Check that the provided ID is vaid. This is not really needed
|
/* Check that the provided ID is vaid. This is not really needed
|
||||||
but we do it to to enforce correct usage by the caller. */
|
but we do it to enforce correct usage by the caller. */
|
||||||
if (strncmp (keyidstr, "NKS-DF01.", 9) )
|
if (strncmp (keyidstr, "NKS-DF01.", 9) )
|
||||||
return gpg_error (GPG_ERR_INV_ID);
|
return gpg_error (GPG_ERR_INV_ID);
|
||||||
keyidstr += 9;
|
keyidstr += 9;
|
||||||
@ -488,7 +489,7 @@ do_decipher (app_t app, const char *keyidstr,
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the NKS 2.0 application on the card in SLOT. */
|
/* Select the NKS 2.0 application. */
|
||||||
gpg_error_t
|
gpg_error_t
|
||||||
app_select_nks (app_t app)
|
app_select_nks (app_t app)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user