]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Use 'codespell:ignore' where justifiable
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Dec 2025 08:52:11 +0000 (09:52 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Dec 2025 12:06:04 +0000 (13:06 +0100)
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.

Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29437)

test/params_test.c

index 49a8db7563c1e829c69e13fac75c89973f3b706d..2bae134ca1fa26033d2017895ce22684be4ee976 100644 (file)
@@ -82,7 +82,7 @@ struct object_st {
     "6768696a6b6c6d6e6f70717273747576" \
     "7778797a30313233343536373839"
 #define p4_init "BLAKE2s256" /* Random string */
-#define p5_init "Hellow World" /* Random string */
+#define p5_init "Hellow World" /* Random string */ /* codespell:ignore */
 #define p6_init OPENSSL_FULL_VERSION_STR /* Static string */
 
 static void cleanup_object(void *vobj)