aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_handshake.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-08-09 17:37:27 +0200
committerIngela Anderton Andin <[email protected]>2016-08-09 17:37:27 +0200
commita6f8d50c3dd8d2b7b257544115963bbbfcef818c (patch)
treea9d0ab1325e7a14940f8c2bcf5965bc755a1f1c9 /lib/ssl/src/ssl_handshake.erl
parent1db9e32445dc368c6073e3b412567d81a2b5eeb2 (diff)
downloadotp-a6f8d50c3dd8d2b7b257544115963bbbfcef818c.tar.gz
otp-a6f8d50c3dd8d2b7b257544115963bbbfcef818c.tar.bz2
otp-a6f8d50c3dd8d2b7b257544115963bbbfcef818c.zip
ssl: Conform to dialyzer spec
Diffstat (limited to 'lib/ssl/src/ssl_handshake.erl')
-rw-r--r--lib/ssl/src/ssl_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl
index 47af1f861c..081efda768 100644
--- a/lib/ssl/src/ssl_handshake.erl
+++ b/lib/ssl/src/ssl_handshake.erl
@@ -658,7 +658,7 @@ select_hashsign(#certificate_request{hashsign_algorithms = #hash_sign_algos{hash
?ALERT_REC(?FATAL, ?INSUFFICIENT_SECURITY, no_suitable_signature_algorithm)
end;
select_hashsign(#certificate_request{}, Cert, _, Version) ->
- select_hashsign(undefined, Cert, undefined, undefined, Version).
+ select_hashsign(undefined, Cert, undefined, [], Version).
%%--------------------------------------------------------------------
-spec select_hashsign_algs({atom(), atom()}| undefined, oid(), ssl_record:ssl_version()) ->