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 7, 2024
1 parent ac462af commit d6c83be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/crypto/src/crypto.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,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 d6c83be

Please sign in to comment.