diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
| commit | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch) | |
| tree | 0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/hx509/cms.c | |
| parent | d5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff) | |
Diffstat (limited to 'lib/hx509/cms.c')
| -rw-r--r-- | lib/hx509/cms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hx509/cms.c b/lib/hx509/cms.c index 56dafae51966..1da8a93d343a 100644 --- a/lib/hx509/cms.c +++ b/lib/hx509/cms.c @@ -182,7 +182,7 @@ fill_CMSIdentifier(const hx509_cert cert, &id->u.subjectKeyIdentifier); if (ret == 0) break; - /* FALL THOUGH */ + /* FALLTHROUGH */ case CMS_ID_NAME: { hx509_name name; |
