aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-11-29 15:40:48 +0100
committerIngela Anderton Andin <[email protected]>2010-11-30 10:33:51 +0100
commit3326cab005954dc6ba6c6596f77b5882b77f6be2 (patch)
tree084e72999e75eabea8a9b24c009412adcd173931 /lib/ssl/src/ssl_connection.erl
parent827dc3c7e13d4ce21315f441c4400fb575f41c20 (diff)
downloadotp-3326cab005954dc6ba6c6596f77b5882b77f6be2.tar.gz
otp-3326cab005954dc6ba6c6596f77b5882b77f6be2.tar.bz2
otp-3326cab005954dc6ba6c6596f77b5882b77f6be2.zip
Fixed guard and test case
Data to sign and verify should be inputed as binaries. Also cleaned up and moved some dialyzer specs.
Diffstat (limited to 'lib/ssl/src/ssl_connection.erl')
-rw-r--r--lib/ssl/src/ssl_connection.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl
index ce90d22c09..6c9ac65b64 100644
--- a/lib/ssl/src/ssl_connection.erl
+++ b/lib/ssl/src/ssl_connection.erl
@@ -29,7 +29,6 @@
-behaviour(gen_fsm).
--include("ssl_debug.hrl").
-include("ssl_handshake.hrl").
-include("ssl_alert.hrl").
-include("ssl_record.hrl").