summaryrefslogtreecommitdiff
path: root/trust/test-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/test-parser.c')
-rw-r--r--trust/test-parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/test-parser.c b/trust/test-parser.c
index be5e496..201ed81 100644
--- a/trust/test-parser.c
+++ b/trust/test-parser.c
@@ -233,7 +233,7 @@ test_parse_openssl_trusted (void)
/*
* Should have gotten:
* - 1 certificate
- * - 2 stapled extensions
+ * - 2 attached extensions
*/
assert_num_eq (3, test.parsed->num);
@@ -317,7 +317,7 @@ test_parse_openssl_distrusted (void)
/*
* Should have gotten:
* - 1 certificate
- * - 2 stapled extensions
+ * - 2 attached extensions
*/
assert_num_eq (3, test.parsed->num);
cert = parsed_attrs (certificate_match, -1);