Skip to content

Commit

Permalink
Fix typo in evp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
VlkrS authored Dec 3, 2024
1 parent e313f63 commit debbaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crypto/c_src/evp.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ERL_NIF_TERM evp_generate_key_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM a

if (argv[0] == atom_x25519)
type = EVP_PKEY_X25519;
#ifdef have_x448
#ifdef HAVE_X448
else if (argv[0] == atom_x448)
type = EVP_PKEY_X448;
#endif
Expand Down

0 comments on commit debbaa5

Please sign in to comment.