Skip to content

Commit d4611fe

Browse files
committed
Remove DTLS protocol
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 <sustrik@250bpm.com>
1 parent 08ac534 commit d4611fe

File tree

3 files changed

+0
-635
lines changed

3 files changed

+0
-635
lines changed

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ endif
8686
if DILL_SOCKETS
8787
if HAVE_TLS
8888
libdill_la_SOURCES += \
89-
dtls.c \
9089
tls.c
9190
endif
9291
endif
@@ -151,7 +150,6 @@ endif
151150
if DILL_SOCKETS
152151
if HAVE_TLS
153152
check_PROGRAMS += \
154-
tests/dtls \
155153
tests/tls
156154
endif
157155
endif

0 commit comments

Comments
 (0)