Description: Deprecated rypto:rand_bytes/1
Bug-Debian: https://bugs.debian.org/846753
Reviewed-By: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Last-Update: 2016-12-19

--- erlang-cherly-0.12.8+dfsg.orig/test/test_cherly.erl
+++ erlang-cherly-0.12.8+dfsg/test/test_cherly.erl
@@ -172,7 +172,7 @@ remove_nonexistant_test() ->
 put_bigger_thing_than_1MB_test() ->
     {ok, C} = cherly:start(1024 * 1024 * 5),
     K = <<"key">>,
-    V = crypto:rand_bytes(1024 * 1024 * 2),
+    V = crypto:strong_rand_bytes(1024 * 1024 * 2),
     cherly:put(C, K, V),
     cherly:remove(C, K),
     ?assertEqual(not_found, cherly:get(C, K)),
