Skip to content

Commit

Permalink
indicate deprecated functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
triska committed Mar 16, 2024
1 parent e1a6b5e commit ee60c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/crypto.pl
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@
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
),
Expand Down

0 comments on commit ee60c46

Please sign in to comment.