Skip to content

Commit

Permalink
Update crypto/s2n_libcrypto.c
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Clark <[email protected]>
  • Loading branch information
lrstewart and goatgoose authored Feb 18, 2025
1 parent 2a4c4ab commit df56076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/s2n_libcrypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ bool s2n_libcrypto_supports_flag_no_check_time()

bool s2n_libcrypto_supports_providers(void)
{
#ifdef S2N_LIBCRYPTO_SUPPORTS_PROVIDERS
#if S2N_LIBCRYPTO_SUPPORTS_PROVIDERS
return true;
#else
return false;
Expand Down

0 comments on commit df56076

Please sign in to comment.