Skip to content

Commit 4a5f030

Browse files
authored
chore: bump clang-format (#19)
1 parent 50b68a6 commit 4a5f030

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828

2929
- name: Run clang-format
30-
uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
30+
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
3131
with:
32-
clang-format-version: '17'
32+
clang-format-version: '21'
3333
fallback-style: 'Google'
3434

3535
- uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0

src/ncrypto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@ EVPKeyPointer::operator Ec() const {
29282928

29292929
bool EVPKeyPointer::validateDsaParameters() const {
29302930
if (!pkey_) return false;
2931-
/* Validate DSA2 parameters from FIPS 186-4 */
2931+
/* Validate DSA2 parameters from FIPS 186-4 */
29322932
#if OPENSSL_VERSION_MAJOR >= 3
29332933
if (EVP_default_properties_is_fips_enabled(nullptr) && EVP_PKEY_DSA == id()) {
29342934
#else

0 commit comments

Comments
 (0)