0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix compilation < R16B01

This commit is contained in:
Loïc Hoguin 2013-06-20 18:44:36 +02:00
parent 0529f85492
commit 9eaee45c09

View file

@ -21,7 +21,7 @@
%% Ignore the deprecation warning for crypto:sha/1. %% Ignore the deprecation warning for crypto:sha/1.
%% @todo Remove when we support only R16B+. %% @todo Remove when we support only R16B+.
-compile({nowarn_deprecated_function, {crypto, sha, 1}}). -compile(nowarn_deprecated_function).
%% API. %% API.
-export([upgrade/4]). -export([upgrade/4]).