Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Paixao authored and Pedro Paixao committed Apr 17, 2016
1 parent bcb51d3 commit 21de025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sodium.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void RegisterModule(Handle<Object> target) {
}

randombytes_stir();

register_helpers(target);
register_runtime(target);
register_randombytes(target);
Expand All @@ -37,7 +37,7 @@ void RegisterModule(Handle<Object> target) {
register_crypto_secretbox_xsalsa20poly1305(target);
register_crypto_sign(target);
register_crypto_sign_ed25519(target);
register_crypto_box( target);
register_crypto_box(target);
register_crypto_box_curve25519xsalsa20poly1305(target);
register_crypto_scalarmult(target);
register_crypto_scalarmult_curve25519(target);
Expand Down

0 comments on commit 21de025

Please sign in to comment.