Skip to content

Commit

Permalink
fixup! crypto: Add 'fips_provider_buildinfo' to crypto:info() map
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Feb 12, 2025
1 parent 573d165 commit c18547e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/crypto/src/crypto.erl
Original file line number Diff line number Diff line change
Expand Up @@ -930,12 +930,12 @@ associations (like fips) may be absent if not supported.
-doc(#{title => <<"Utility Functions">>,
since => <<"OTP 24.2">>}).
-spec info() -> #{compile_type := normal | debug | valgrind | asan,
cryptolib_version_compiled => string() | undefined,
cryptolib_version_compiled := string() | undefined,
cryptolib_version_linked := string(),
link_type := dynamic | static,
otp_crypto_version := string(),
fips_provider_available := boolean(),
fips_provider_buildinfo := string()
fips_provider_available => boolean(),
fips_provider_buildinfo => string()
}.
info() ->
(info_nif())#{otp_crypto_version => crypto:version()}.
Expand Down

0 comments on commit c18547e

Please sign in to comment.