diff options
author | Werner Koch <wk@gnupg.org> | 2023-02-23 10:23:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-02-23 10:23:56 +0100 |
commit | 9de180c6d22253d26b4a75c568490a4932c8b96b (patch) | |
tree | 5e07e62c6014dcd8d57891ed365c8115d37ce840 /scd | |
parent | dirmngr: New debug flag "keeptmp". (diff) | |
download | gnupg2-9de180c6d22253d26b4a75c568490a4932c8b96b.tar.xz gnupg2-9de180c6d22253d26b4a75c568490a4932c8b96b.zip |
doc: Minor comment fixes.
--
Diffstat (limited to 'scd')
-rw-r--r-- | scd/app-p15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c index bfd693466..29241af6b 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -326,7 +326,7 @@ struct prkdf_object_s char *serial_number; /* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not - * available. .*/ + * available. */ unsigned char ecdh_kdf[4]; /* Length and allocated buffer with the Id of this object. */ |