diff options
author | Ingela Anderton Andin <[email protected]> | 2012-08-23 15:01:40 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-08-23 15:01:40 +0200 |
commit | f5c54053e4d99c7c6eb1163047632d16c1fd5f19 (patch) | |
tree | 5ece82a994b212551373fab18a58b0209baa2893 /lib/ssl/src/ssl_handshake.hrl | |
parent | f87936b28199e4ed6e67ff188996108776fbfb1f (diff) | |
download | otp-f5c54053e4d99c7c6eb1163047632d16c1fd5f19.tar.gz otp-f5c54053e4d99c7c6eb1163047632d16c1fd5f19.tar.bz2 otp-f5c54053e4d99c7c6eb1163047632d16c1fd5f19.zip |
ssl: Clean up of code thanks to dialyzer
Diffstat (limited to 'lib/ssl/src/ssl_handshake.hrl')
-rw-r--r-- | lib/ssl/src/ssl_handshake.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.hrl b/lib/ssl/src/ssl_handshake.hrl index 9967a265c1..cc17dc2975 100644 --- a/lib/ssl/src/ssl_handshake.hrl +++ b/lib/ssl/src/ssl_handshake.hrl @@ -32,7 +32,6 @@ -type public_key_params() :: #'Dss-Parms'{} | term(). -type public_key_info() :: {algo_oid(), #'RSAPublicKey'{} | integer() , public_key_params()}. -type tls_handshake_history() :: {[binary()], [binary()]}. --type hash_algo() :: atom(). %% Signature algorithms -define(ANON, 0). |