]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto: fix preprocessor concatenation
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 27 Jan 2025 07:36:07 +0000 (08:36 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 31 Mar 2025 11:58:06 +0000 (13:58 +0200)
commited3876adb1f0beb5fac8d564337ab949f227c563
treef322580d4d5c2df7de3b80f84748a81f94e79acc
parent50316c18a0468bb0191904d7615955c9b47f061f
crypto: fix preprocessor concatenation

String litteral don't need the '##' operator, which causes build
failures:
crypto/defaults.c:kepi:23: error: pasting ""SOFTWARE\\WOW6432Node\\OpenSSL"" and ""-"" does not give a valid preprocessing token

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26566)
crypto/cversion.c
crypto/defaults.c