commit | 5c8505f061fc8a67b0db7f7ee967a0c39f9f3a39 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Mar 07 11:39:52 2023 +0000 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Mar 07 11:39:52 2023 +0000 |
tree | 5e1411bdaf860fbaf610bf6299d09cc1b8f3d487 | |
parent | fe780a3c4bf3cbdbee87eccdacac270a48c3d8f5 [diff] [blame] |
Fix typos Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/pkcs7.c b/library/pkcs7.c index 010d706..d4059d7 100644 --- a/library/pkcs7.c +++ b/library/pkcs7.c
@@ -354,7 +354,7 @@ goto out; } - /* Asssume authenticatedAttributes is nonexistent */ + /* Assume authenticatedAttributes is nonexistent */ ret = pkcs7_get_digest_algorithm(p, end_signer, &signer->sig_alg_identifier); if (ret != 0) { goto out;