]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Apply clang-format to the source tree
authorEugene Syromiatnikov <esyr@openssl.org>
Wed, 28 Jan 2026 15:07:08 +0000 (16:07 +0100)
committerNikola Pajkovsky <nikolap@openssl.org>
Wed, 11 Feb 2026 07:34:52 +0000 (08:34 +0100)
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 <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Wed Feb 11 07:35:04 2026
(Merged from https://github.com/openssl/openssl/pull/29852)

crypto/store/store_err.c

index afde022997b3ea310d4ea2a4baf742ef510891d8..eb885c6ec8ad6c087b371ec944945d7880831983 100644 (file)
@@ -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),