aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_internal.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-08-22 16:59:36 +0200
committerIngela Anderton Andin <[email protected]>2011-08-31 11:31:48 +0200
commit4b0b4d1b8f61886182e93c546de59d08ff7b7caf (patch)
treeab90e74050c05ead80cbc9d440f450c502fc35f4 /lib/ssl/src/ssl_internal.hrl
parent59da37382c684657c73c0377509bd05e229e2d3b (diff)
downloadotp-4b0b4d1b8f61886182e93c546de59d08ff7b7caf.tar.gz
otp-4b0b4d1b8f61886182e93c546de59d08ff7b7caf.tar.bz2
otp-4b0b4d1b8f61886182e93c546de59d08ff7b7caf.zip
Use inet and gen_* dialyzer specs
Diffstat (limited to 'lib/ssl/src/ssl_internal.hrl')
-rw-r--r--lib/ssl/src/ssl_internal.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_internal.hrl b/lib/ssl/src/ssl_internal.hrl
index cc66246068..6bf1edc452 100644
--- a/lib/ssl/src/ssl_internal.hrl
+++ b/lib/ssl/src/ssl_internal.hrl
@@ -28,8 +28,7 @@
-type reply() :: term().
-type msg() :: term().
-type from() :: term().
--type host() :: string() | tuple().
--type port_num() :: integer().
+-type host() :: inet:ip_address() | inet:hostname().
-type session_id() :: 0 | binary().
-type tls_version() :: {integer(), integer()}.
-type tls_atom_version() :: sslv3 | tlsv1.