mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Comment typo fixes.
--
This commit is contained in:
parent
0e7dd40342
commit
592faa7dc4
@ -215,8 +215,8 @@ get_manufacturer (unsigned int no)
|
||||
|
||||
case 0xF517: return "FSIJ";
|
||||
|
||||
/* 0x00000 and 0xFFFF are defined as test cards per spec,
|
||||
0xFFF00 to 0xFFFE are assigned for use with randomly created
|
||||
/* 0x0000 and 0xFFFF are defined as test cards per spec,
|
||||
0xFF00 to 0xFFFE are assigned for use with randomly created
|
||||
serial numbers. */
|
||||
case 0x0000:
|
||||
case 0xffff: return "test card";
|
||||
|
@ -395,7 +395,7 @@ passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo )
|
||||
}
|
||||
|
||||
|
||||
/* Return a new DEK object Using the string-to-key sepcifier S2K. Use
|
||||
/* Return a new DEK object using the string-to-key specifier S2K. Use
|
||||
KEYID and PUBKEY_ALGO to prompt the user. Returns NULL is the user
|
||||
selected to cancel the passphrase entry and if CANCELED is not
|
||||
NULL, sets it to true.
|
||||
|
Loading…
x
Reference in New Issue
Block a user