You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/25 13:20:48 UTC

couchdb-couch-epi git commit: Fix crypto deprecations

Repository: couchdb-couch-epi
Updated Branches:
  refs/heads/master 1d30ba1b0 -> aa72f6ffc


Fix crypto deprecations

COUCHDB-2825


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/commit/aa72f6ff
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/tree/aa72f6ff
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/diff/aa72f6ff

Branch: refs/heads/master
Commit: aa72f6ffcc9c7095ed59b4d56f5f8139a5205a1f
Parents: 1d30ba1
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Sep 24 22:11:56 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Sep 24 22:11:56 2015 +0300

----------------------------------------------------------------------
 src/couch_epi_util.erl | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/blob/aa72f6ff/src/couch_epi_util.erl
----------------------------------------------------------------------
diff --git a/src/couch_epi_util.erl b/src/couch_epi_util.erl
index 62b7a85..c65ea4a 100644
--- a/src/couch_epi_util.erl
+++ b/src/couch_epi_util.erl
@@ -14,6 +14,8 @@
 
 -export([module_version/1, hash/1, md5/1]).
 
+-compile([nowarn_deprecated_function]).
+
 module_version(Module) ->
     Attributes = Module:module_info(attributes),
     {vsn, VSNs} = lists:keyfind(vsn, 1, Attributes),