Skip to content

Commit

Permalink
Add public_key, required to satisfy Dialyzer since Erlang 26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 18, 2024
1 parent 566ad0a commit ae5f748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast_tls.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{vsn, "1.1.16"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, p1_utils]},
{applications, [kernel, stdlib, crypto, public_key, p1_utils]},

%% hex.pm packaging:
{files, ["src/", "c_src/fast_tls.c", "c_src/uthash.h",
Expand Down

0 comments on commit ae5f748

Please sign in to comment.