From: Eugene Syromiatnikov Date: Wed, 28 Jan 2026 15:07:08 +0000 (+0100) Subject: Apply clang-format to the source tree X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b0d678ab4272d8bd48910c8a28c727bb6d2510;p=thirdparty%2Fopenssl.git Apply clang-format to the source tree Ensure that all the source files are formatted with the current .clang-format configuration, to avoid spurious clang-format checker errors when arbitrary files are touched. Complements: 1b0f21f0555c "Implementing store support for EVP_SKEY" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Paul Dale Reviewed-by: Richard Levitte Reviewed-by: Nikola Pajkovsky MergeDate: Wed Feb 11 07:35:04 2026 (Merged from https://github.com/openssl/openssl/pull/29852) --- diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c index afde022997b..eb885c6ec8a 100644 --- a/crypto/store/store_err.c +++ b/crypto/store/store_err.c @@ -39,7 +39,7 @@ static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = { { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PUBLIC_KEY), "not a public key" }, { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_SYMMETRIC_KEY), - "not a symmetric key" }, + "not a symmetric key" }, { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_PARAMETERS), "not parameters" }, { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NO_LOADERS_FOUND),