aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_srp_primes.hrl
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_srp_primes.hrl
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_srp_primes.hrl')
-rw-r--r--lib/ssl/src/ssl_srp_primes.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_srp_primes.hrl b/lib/ssl/src/ssl_srp_primes.hrl
deleted file mode 100644
index 4bd534efbf..0000000000
--- a/lib/ssl/src/ssl_srp_primes.hrl
+++ /dev/null
@@ -1 +0,0 @@
--type srp_parameters() :: srp_1024 | srp_1536 | srp_2048 | srp_3072 | srp_4096 | srp_6144 | srp_8192.