Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Remove another accidental backslash in salty_nif.c
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kenny committed Jun 11, 2019
1 parent f1b7601 commit a8d6bf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/salty_nif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,6 @@ END_OK_WITH(pk_curve25519);

SALTY_FUNC(crypto_sign_ed25519_sk_to_curve25519, 1) DO
SALTY_INPUT_BIN(0, sk_ed25519, crypto_sign_ed25519_PUBLICKEYBYTES);
\
SALTY_OUTPUT_BIN(sk_curve25519, crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES);

SALTY_CALL2(crypto_sign_ed25519_sk_to_curve25519(
Expand Down

0 comments on commit a8d6bf4

Please sign in to comment.