diff options
author | Sverker Eriksson <[email protected]> | 2011-09-20 20:40:00 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-09-21 16:08:04 +0200 |
commit | 8d44ffaa66bf096a6679a7720f1f85af33f82668 (patch) | |
tree | facadcdbcec4d9dd5be66508a3bff9901934d240 /lib/crypto/src | |
parent | 06b914798569d70e1ecd4769e95d9969fbce97da (diff) | |
download | otp-8d44ffaa66bf096a6679a7720f1f85af33f82668.tar.gz otp-8d44ffaa66bf096a6679a7720f1f85af33f82668.tar.bz2 otp-8d44ffaa66bf096a6679a7720f1f85af33f82668.zip |
Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"
This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1.
Diffstat (limited to 'lib/crypto/src')
-rw-r--r-- | lib/crypto/src/crypto.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/src/crypto.erl b/lib/crypto/src/crypto.erl index ddad00f4b4..c3e13d6b91 100644 --- a/lib/crypto/src/crypto.erl +++ b/lib/crypto/src/crypto.erl @@ -91,7 +91,7 @@ aes_ctr_stream_init, aes_ctr_stream_encrypt, aes_ctr_stream_decrypt, info_lib]). --type rsa_digest_type() :: 'md2' | 'md5' | 'sha'. +-type rsa_digest_type() :: 'md5' | 'sha'. -type dss_digest_type() :: 'none' | 'sha'. -type crypto_integer() :: binary() | integer(). |