aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-07-20 15:59:48 +0200
committerRaimo Niskanen <[email protected]>2017-07-20 15:59:48 +0200
commitfbc17edbae7da679f5290d778667ecd408a73f9f (patch)
treebe28acfe78c2e311be470308f39e39f565b886cf /lib/stdlib
parent040bdce67f88d833bfb59adae130a4ffb4c180f0 (diff)
downloadotp-fbc17edbae7da679f5290d778667ecd408a73f9f.tar.gz
otp-fbc17edbae7da679f5290d778667ecd408a73f9f.tar.bz2
otp-fbc17edbae7da679f5290d778667ecd408a73f9f.zip
Change crypto:rand_bytes/1 deprecated -> removed
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/src/otp_internal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index 9e9c0dc413..8933eb01b5 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -112,7 +112,7 @@ obsolete_1(crypto, rand_uniform, 2) ->
%% *** CRYPTO added in OTP 19 ***
obsolete_1(crypto, rand_bytes, 1) ->
- {deprecated, {crypto, strong_rand_bytes, 1}};
+ {removed, {crypto, strong_rand_bytes, 1}, "20.0"};
%% *** CRYPTO added in R16B01 ***