aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl.app.src
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-08-21 16:50:09 +0200
committerIngela Anderton Andin <[email protected]>2018-08-21 16:50:09 +0200
commit164f440d9562679d90a6f7f3d708c08e5a493933 (patch)
treeeb4502b04c1b8e39eac9dfd2e28e09cc62ea73ea /lib/ssl/src/ssl.app.src
parent00401985f1c9227b6e94309ae5526c2ebf341527 (diff)
downloadotp-164f440d9562679d90a6f7f3d708c08e5a493933.tar.gz
otp-164f440d9562679d90a6f7f3d708c08e5a493933.tar.bz2
otp-164f440d9562679d90a6f7f3d708c08e5a493933.zip
ssl: Remove legacy files
When starting to implement DTLS, it was assumed that the APIs for TLS and DTLS would differ more. This assumption turned out to be wrong.
Diffstat (limited to 'lib/ssl/src/ssl.app.src')
-rw-r--r--lib/ssl/src/ssl.app.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl.app.src b/lib/ssl/src/ssl.app.src
index da281829cb..fe7763bf20 100644
--- a/lib/ssl/src/ssl.app.src
+++ b/lib/ssl/src/ssl.app.src
@@ -21,8 +21,6 @@
dtls_listener_sup,
%% API
ssl, %% Main API
- tls, %% TLS specific
- dtls, %% DTLS specific
ssl_session_cache_api,
%% Both TLS/SSL and DTLS
ssl_config,