aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_api.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-08-23 16:09:14 +0200
committerIngela Anderton Andin <[email protected]>2018-08-23 16:09:14 +0200
commit487f0c12e8700d31161a3bbb9c36e360aff484ac (patch)
treed8913e75f104c55ce0da9f42196a5b7bb1d0890f /lib/ssl/src/ssl_api.hrl
parent74b745494dfa7ef091c0b59dee284606f3d23ce3 (diff)
parent4c2c629f3a4633ba291da292b194f5c632b7a310 (diff)
downloadotp-487f0c12e8700d31161a3bbb9c36e360aff484ac.tar.gz
otp-487f0c12e8700d31161a3bbb9c36e360aff484ac.tar.bz2
otp-487f0c12e8700d31161a3bbb9c36e360aff484ac.zip
Merge branch 'ingela/ssl/correct-specs' into maint
* ingela/ssl/correct-specs: ssl: Correct dialyzer specs
Diffstat (limited to 'lib/ssl/src/ssl_api.hrl')
-rw-r--r--lib/ssl/src/ssl_api.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_api.hrl b/lib/ssl/src/ssl_api.hrl
index 2bd51cf91e..144323c572 100644
--- a/lib/ssl/src/ssl_api.hrl
+++ b/lib/ssl/src/ssl_api.hrl
@@ -57,7 +57,7 @@
-type verify_type() :: verify_none | verify_peer.
-type path() :: string().
--type ciphers() :: [ssl_cipher:erl_cipher_suite()] |
+-type ciphers() :: [ssl_cipher_format:erl_cipher_suite()] |
string(). % (according to old API)
-type ssl_imp() :: new | old.