Skip to content

Commit

Permalink
fix: Add missing crypto_box_MACBYTES.
Browse files Browse the repository at this point in the history
Toxcore defines this manually at the moment, but libsodium already does.
  • Loading branch information
iphydf committed Feb 4, 2024
1 parent 36e1b06 commit adc8c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Linter/Callgraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "crypto_box_BEFORENMBYTES"
, "crypto_box_BOXZEROBYTES"
, "crypto_box_keypair"
, "crypto_box_MACBYTES"
, "crypto_box_NONCEBYTES"
, "crypto_box_open_afternm"
, "crypto_box_PUBLICKEYBYTES"
Expand Down

0 comments on commit adc8c10

Please sign in to comment.