From 873b2b0da1086f9c493527a46815f68f5dac1bcd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 18 Oct 2023 15:43:22 +0200 Subject: [PATCH] doc: Minor typo fixes. -- --- sm/keylist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 },