Skip to content

Commit

Permalink
fixup! build: apply cpp linting and formatting to ncrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Nov 5, 2024
1 parent bb8a7d2 commit eac6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/ncrypto/ncrypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ bool testFipsEnabled() {
#else
#ifdef OPENSSL_FIPS
const auto enabled = FIPS_selftest() ? 1 : 0;
#else // OPENSSL_FIPS
#else // OPENSSL_FIPS
const auto enabled = 0;
#endif // OPENSSL_FIPS
#endif
Expand Down

0 comments on commit eac6d1d

Please sign in to comment.