Skip to content

Commit d4656ee

Browse files
authored
Fix copy & past error in atoms.c
1 parent debbaa5 commit d4656ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/crypto/c_src/atoms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int init_atoms(ErlNifEnv *env) {
236236
atom_x448= enif_make_atom(env,"x448");
237237
#endif
238238
#ifdef HAVE_ED448
239-
atom_ed25519 = enif_make_atom(env,"ed448");
239+
atom_ed448 = enif_make_atom(env,"ed448");
240240
#endif
241241

242242
atom_eddsa = enif_make_atom(env,"eddsa");

0 commit comments

Comments
 (0)