Skip to content

Commit

Permalink
Update openssl.go
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
qmuntal and Copilot authored Jan 10, 2025
1 parent 6b17a4a commit ec71705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func FIPS() bool {
}
}

// FIPSCapable returns true if the provider used by the default matches the `fips=yes` query.
// FIPSCapable returns true if the provider used by default matches the `fips=yes` query.
// Note that this function can return true even if [FIPS] returns false, because [FIPS] also
// checks whether the default properties contain `fips=yes`.
// It will always return true for OpenSSL 3 if [FIPS] returns true.
Expand Down

0 comments on commit ec71705

Please sign in to comment.