Skip to content

Commit

Permalink
We probably never use tls value
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Dec 15, 2015
1 parent 1f02162 commit 26b73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p1_sha.erl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
%%% API functions
%%%===================================================================
load_nif() ->
SOPath = p1_nif_utils:get_so_path(?MODULE, [tls, fast_tls], "p1_sha"),
SOPath = p1_nif_utils:get_so_path(?MODULE, [fast_tls], "p1_sha"),
case catch erlang:load_nif(SOPath, 0) of
ok ->
ok;
Expand Down

0 comments on commit 26b73d4

Please sign in to comment.