]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use 'codespell:ignore' where justifiable openssl-3.5
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Dec 2025 08:52:11 +0000 (09:52 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Dec 2025 08:18:02 +0000 (09:18 +0100)
commitad7a5c249aeb5a3e8d5475acb14f478470332451
tree152ff817bc0ad1ff9033636d6ae99389039322e7
parentbcf66d1098bf281cc8a73c874475657904cfad15
Use 'codespell:ignore' where justifiable

There's this one random string where we have the word "Hellow".  It's a
random string, "correct" spelling is really not important, so we tell
codespell to just ignore that line.

There were also two struct field names...

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29461)
engines/e_padlock.c
test/params_test.c