From 7be7100750d0ed29a2756e15b26f3b75a1d577dc Mon Sep 17 00:00:00 2001 From: Klaus Trainer Date: Sat, 18 May 2013 23:42:20 +0200 Subject: 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. --- lib/ssl/src/ssl.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ssl/src/ssl.erl') diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl index f52862729a..fb64a6652f 100644 --- a/lib/ssl/src/ssl.erl +++ b/lib/ssl/src/ssl.erl @@ -37,7 +37,6 @@ -include("ssl_record.hrl"). -include("ssl_cipher.hrl"). -include("ssl_handshake.hrl"). --include("ssl_srp_primes.hrl"). -include_lib("public_key/include/public_key.hrl"). -- cgit v1.2.3