diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:37:03 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 16:55:01 +1100 |
commit | c7340583097a80a4fe42bacea745b2bbaa6d16db (patch) | |
tree | f39a93429d9bbc5bdddfc5458512ce8699695e50 /crypto/x509/x_crl.c | |
parent | 1567a821a4616f59748fa8982724f88e542867d6 (diff) | |
download | openssl-new-c7340583097a80a4fe42bacea745b2bbaa6d16db.tar.gz |
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)
Diffstat (limited to 'crypto/x509/x_crl.c')
-rw-r--r-- | crypto/x509/x_crl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c index d021a6ff88..2601a019f8 100644 --- a/crypto/x509/x_crl.c +++ b/crypto/x509/x_crl.c @@ -174,7 +174,7 @@ static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, ASN1_INTEGER_free(crl->crl_number); ASN1_INTEGER_free(crl->base_crl_number); sk_GENERAL_NAMES_pop_free(crl->issuers, GENERAL_NAMES_free); - /* fall thru */ + /* fall through */ case ASN1_OP_NEW_POST: crl->idp = NULL; |