1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

pkg/tinydtls: bump version

This commit is contained in:
Benjamin Valentin 2023-12-06 19:01:30 +01:00
parent 8f01dbfecb
commit dac5aec0c4
3 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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)) {