Skip to content

Commit

Permalink
Merge pull request #20159 from benpicco/pkg/tinydtls-bump
Browse files Browse the repository at this point in the history
pkg/tinydtls: bump version
  • Loading branch information
maribu authored Dec 6, 2023
2 parents eea7820 + dac5aec commit 4aa0097
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
2 changes: 1 addition & 1 deletion pkg/tinydtls/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=tinydtls
PKG_URL=https://github.com/eclipse/tinydtls.git
PKG_VERSION=5e14e4930b0f329f35809c623976df1e08ca4593
PKG_VERSION=95d02ee28ea745541d6c55dba49f3b3ab8b71a43
PKG_LICENSE=EPL-1.0,EDL-1.0

include $(RIOTBASE)/pkg/pkg.mk
Expand Down
3 changes: 0 additions & 3 deletions pkg/tinydtls/contrib/sock_dtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ static int _event(struct dtls_context_t *ctx, session_t *session,
case DTLS_EVENT_CONNECTED:
DEBUG("sock_dtls: event connected\n");
break;
case DTLS_EVENT_RENEGOTIATE:
DEBUG("sock_dtls: event renegotiate\n");
break;
}
}
if (!level && (code != DTLS_EVENT_CONNECT)) {
Expand Down

This file was deleted.

0 comments on commit 4aa0097

Please sign in to comment.