From 3ac09394a0c027ca077b8cfda4c0dbc8837ce87a Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Tue, 12 Mar 2024 17:53:50 +0000 Subject: Fix spelling of Identifier Make google3 common typos stop complaining in the future. Change-Id: Ib5156335afa691427dbe618c8b29797665cef35f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66947 Auto-Submit: Bob Beck Commit-Queue: Bob Beck Reviewed-by: David Benjamin --- include/openssl/ssl.h | 2 +- include/openssl/x509.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index d73f9da..49fb47e 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -3987,7 +3987,7 @@ OPENSSL_EXPORT void SSL_get0_ech_retry_configs( // to the size of the buffer. The caller must call |OPENSSL_free| on |*out| to // release the memory. On failure, it returns zero. // -// The |config_id| field is a single byte identifer for the ECHConfig. Reusing +// The |config_id| field is a single byte identifier for the ECHConfig. Reusing // config IDs is allowed, but if multiple ECHConfigs with the same config ID are // active at a time, server load may increase. See // |SSL_ECH_KEYS_has_duplicate_config_id|. diff --git a/include/openssl/x509.h b/include/openssl/x509.h index 7d4952f..0bff5c3 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h @@ -254,9 +254,9 @@ OPENSSL_EXPORT void X509_get0_uids(const X509 *x509, // should not be accepted. #define EXFLAG_CRITICAL 0x200 // EXFLAG_SS indicates the certificate is likely self-signed. That is, if it is -// self-issued, its authority key identifer (if any) matches itself, and its key -// usage extension (if any) allows certificate signatures. The signature itself -// is not checked in computing this bit. +// self-issued, its authority key identifier (if any) matches itself, and its +// key usage extension (if any) allows certificate signatures. The signature +// itself is not checked in computing this bit. #define EXFLAG_SS 0x2000 // X509_get_extension_flags decodes a set of extensions from |x509| and returns -- cgit v1.1