]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use 'codespell:ignore' where justifiable openssl-3.3
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:23:01 +0000 (09:23 +0100)
commit35c7fe268bb2c104077501c23a2582756582c05c
treec29711c1d30219130a48bb1d773e8210cfab0ef6
parenta78741cc662368b0d92e8612c4d93f96e50f7440
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/29463)
engines/e_padlock.c
test/params_test.c