From 26b73d4b729673affbea1ebf2f3b921f9b2313ac Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 15 Dec 2015 11:50:56 +0100 Subject: [PATCH] We probably never use tls value --- src/p1_sha.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p1_sha.erl b/src/p1_sha.erl index 191390e..0501d3f 100644 --- a/src/p1_sha.erl +++ b/src/p1_sha.erl @@ -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;