aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.erl
diff options
context:
space:
mode:
authorKlaus Trainer <[email protected]>2013-05-18 23:42:20 +0200
committerIngela Anderton Andin <[email protected]>2013-05-24 23:30:37 +0200
commit7be7100750d0ed29a2756e15b26f3b75a1d577dc (patch)
treee0138d8575eced4f13cedb0136b8466111f76865 /lib/ssl/src/ssl_connection.erl
parent6518a54dbbbadb01f546e0e8c3dd3c3dfdf93e13 (diff)
downloadotp-7be7100750d0ed29a2756e15b26f3b75a1d577dc.tar.gz
otp-7be7100750d0ed29a2756e15b26f3b75a1d577dc.tar.bz2
otp-7be7100750d0ed29a2756e15b26f3b75a1d577dc.zip
ssl: Remove unused `srp_parameters` type spec
As the file 'lib/ssl/src/ssl_srp_primes.hrl' only contains a specification of a `srp_parameters` type that isn't exported and also isn't referenced anywhere (neither in the code nor in the documentation), the type specification (and hence the file as well) can be removed.
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 ce1b372409..de9260fd8c 100644
--- a/lib/ssl/src/ssl_connection.erl
+++ b/lib/ssl/src/ssl_connection.erl
@@ -35,7 +35,6 @@
-include("ssl_cipher.hrl").
-include("ssl_internal.hrl").
-include("ssl_srp.hrl").
--include("ssl_srp_primes.hrl").
-include_lib("public_key/include/public_key.hrl").
%% Internal application API