diff options
author | Werner Koch <wk@gnupg.org> | 2023-10-18 15:43:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-10-18 15:43:22 +0200 |
commit | 873b2b0da1086f9c493527a46815f68f5dac1bcd (patch) | |
tree | 7c8d8db4e51509053687e6ad20b5ed268b52bc68 /sm | |
parent | build: Extend autobuild diagnostics by the username (diff) | |
download | gnupg2-873b2b0da1086f9c493527a46815f68f5dac1bcd.tar.xz gnupg2-873b2b0da1086f9c493527a46815f68f5dac1bcd.zip |
doc: Minor typo fixes.
--
Diffstat (limited to 'sm')
-rw-r--r-- | sm/keylist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index fabd82224..d6eccfc45 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -54,7 +54,7 @@ struct list_external_parm_s #define OID_FLAG_SKIP 1 /* The extension is a simple UTF8String and should be printed. */ #define OID_FLAG_UTF8 2 -/* The extension can be trnted as a hex string. */ +/* The extension can be printed as a hex string. */ #define OID_FLAG_HEX 4 /* Define if this specififies a key purpose. */ #define OID_FLAG_KP 8 @@ -208,6 +208,8 @@ static struct { "1.3.6.1.4.1.311.21.6", "ms-keyRecovery", OID_FLAG_KP }, { "1.3.6.1.4.1.311.21.19", "ms-dsEmailReplication", OID_FLAG_KP }, + /* BSI policies. */ + /* Other vendor extensions. */ { "1.3.6.1.4.1.30205.13.1.1", "trusted-disk", OID_FLAG_KP }, { "1.2.840.113583.1.1.5", "pdfAuthenticDocumentsTrust", OID_FLAG_KP }, |