From: Markus Triska Date: Sat, 16 Mar 2024 20:23:12 +0000 (+0100) Subject: indicate deprecated functionality X-Git-Tag: v0.10.0~152^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=ee60c463c896eec5212abb804cea7feacc16c6f9;p=scryer-prolog.git indicate deprecated functionality --- diff --git a/src/lib/crypto.pl b/src/lib/crypto.pl index fc11808e..1df4a411 100644 --- a/src/lib/crypto.pl +++ b/src/lib/crypto.pl @@ -664,6 +664,8 @@ crypto_data_decrypt(CipherText0, Algorithm, Key, IV, PlainText, Options) :- encoding_chars(octet, Bs, Cs) :- must_be(list, Bs), ( maplist(integer, Bs) -> + % the ability to use integers is deprecated and a + % candidate for removal in the future! maplist(char_code, Cs, Bs) ; Bs = Cs ),