File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -930,12 +930,12 @@ associations (like fips) may be absent if not supported.
930
930
-doc (#{title => <<" Utility Functions" >>,
931
931
since => <<" OTP 24.2" >>}).
932
932
-spec info () -> #{compile_type := normal | debug | valgrind | asan ,
933
- cryptolib_version_compiled => string () | undefined ,
933
+ cryptolib_version_compiled : = string () | undefined ,
934
934
cryptolib_version_linked := string (),
935
935
link_type := dynamic | static ,
936
936
otp_crypto_version := string (),
937
- fips_provider_available : = boolean (),
938
- fips_provider_buildinfo : = string ()
937
+ fips_provider_available => boolean (),
938
+ fips_provider_buildinfo => string ()
939
939
}.
940
940
info () ->
941
941
(info_nif ())#{otp_crypto_version => crypto :version ()}.
You can’t perform that action at this time.
0 commit comments