diff options
author | Sverker Eriksson <[email protected]> | 2011-09-28 11:59:22 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-09-28 11:59:22 +0200 |
commit | 0843769ab9c3263b368b49b95a8b97478a82dbea (patch) | |
tree | 817ec4dd451b4ce9c8aeb50a1280ba2ef3d187b9 /lib/crypto/src/crypto.erl | |
parent | df20d15f2229fa5da1c9b7ab8b41b2d706d586f8 (diff) | |
parent | 2fa5d1e5146513f933c584c9bd444b7f03793820 (diff) | |
download | otp-0843769ab9c3263b368b49b95a8b97478a82dbea.tar.gz otp-0843769ab9c3263b368b49b95a8b97478a82dbea.tar.bz2 otp-0843769ab9c3263b368b49b95a8b97478a82dbea.zip |
Merge branch 'dev' into major
Diffstat (limited to 'lib/crypto/src/crypto.erl')
-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(). |