Skip to content

Commit

Permalink
crypto: Remove documentation of legacy SSL protocol specific padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Aug 8, 2024
1 parent ac462af commit 7ecbd28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/crypto/src/crypto.erl
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ end
%%%----------------------------------------------------------------
%% Deprecated functions
-deprecated([
]).
%%%----------------------------------------------------------------
%% Removed functions.
Expand Down Expand Up @@ -2570,7 +2568,6 @@ Options for public key encrypt/decrypt. Only RSA is supported.
-doc(#{title => <<"Public Key Ciphers">>}).
-type rsa_padding() :: rsa_pkcs1_padding
| rsa_pkcs1_oaep_padding
| rsa_sslv23_padding
| rsa_x931_padding
| rsa_no_padding.

Expand Down

0 comments on commit 7ecbd28

Please sign in to comment.