Skip to content

Commit

Permalink
Remove DTLS protocol
Browse files Browse the repository at this point in the history
This was an experimental, undocumented protocol and I have no idea
whether it would be useful or not. Let's revisit if there's an
actual interest in this kind of stuff.

Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Oct 29, 2018
1 parent 08ac534 commit d4611fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 635 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ endif
if DILL_SOCKETS
if HAVE_TLS
libdill_la_SOURCES += \
dtls.c \
tls.c
endif
endif
Expand Down Expand Up @@ -151,7 +150,6 @@ endif
if DILL_SOCKETS
if HAVE_TLS
check_PROGRAMS += \
tests/dtls \
tests/tls
endif
endif
Expand Down
Loading

0 comments on commit d4611fe

Please sign in to comment.