Skip to content

Commit c18547e

Browse files
committed
fixup! crypto: Add 'fips_provider_buildinfo' to crypto:info() map
1 parent 573d165 commit c18547e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/crypto/src/crypto.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -930,12 +930,12 @@ associations (like fips) may be absent if not supported.
930930
-doc(#{title => <<"Utility Functions">>,
931931
since => <<"OTP 24.2">>}).
932932
-spec info() -> #{compile_type := normal | debug | valgrind | asan,
933-
cryptolib_version_compiled => string() | undefined,
933+
cryptolib_version_compiled := string() | undefined,
934934
cryptolib_version_linked := string(),
935935
link_type := dynamic | static,
936936
otp_crypto_version := string(),
937-
fips_provider_available := boolean(),
938-
fips_provider_buildinfo := string()
937+
fips_provider_available => boolean(),
938+
fips_provider_buildinfo => string()
939939
}.
940940
info() ->
941941
(info_nif())#{otp_crypto_version => crypto:version()}.

0 commit comments

Comments
 (0)