summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2022-01-18 12:38:04 +0100
committerHans Nilsson <hans@erlang.org>2022-01-19 08:43:01 +0100
commite812014e47726c8273d039006e628fa28a35230d (patch)
tree56aa830c2690019d3404eb6b29767631f1746276 /system
parentc09ccd513bd6fba692b61fc8a6910c5c60c6bb21 (diff)
downloaderlang-e812014e47726c8273d039006e628fa28a35230d.tar.gz
crypto: Deprecate crypto_dyn_iv_init/3 and crypto_dyn_iv_update/3
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/DEPRECATIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index e67894fb15..91f06e0203 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -23,6 +23,9 @@
slave:_/_ since=25 remove=27
ct_slave:_/_ since=25 remove=27
+crypto:crypto_dyn_iv_init/3 since=25 remove=27
+crypto:crypto_dyn_iv_update/3 since=25 remove=27
+
#
# Added in OTP 24.
#