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 13, 2025
1 parent c18547e commit daecbc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/crypto/c_src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ const char* resource_name(const char *name, ErlNifBinary* buf)

ERL_NIF_TERM info_nif(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
{/* () */
#if defined(HAS_3_0_API) && defined(FIPS_SUPPORT)
extern OSSL_PROVIDER *fips_provider;
#endif
ERL_NIF_TERM keys[6], vals[6];
ERL_NIF_TERM ret;
size_t cnt;
Expand Down

0 comments on commit daecbc2

Please sign in to comment.