mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tinydtls: bump version
This commit is contained in:
parent
8f01dbfecb
commit
dac5aec0c4
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME=tinydtls
|
PKG_NAME=tinydtls
|
||||||
PKG_URL=https://github.com/eclipse/tinydtls.git
|
PKG_URL=https://github.com/eclipse/tinydtls.git
|
||||||
PKG_VERSION=5e14e4930b0f329f35809c623976df1e08ca4593
|
PKG_VERSION=95d02ee28ea745541d6c55dba49f3b3ab8b71a43
|
||||||
PKG_LICENSE=EPL-1.0,EDL-1.0
|
PKG_LICENSE=EPL-1.0,EDL-1.0
|
||||||
|
|
||||||
include $(RIOTBASE)/pkg/pkg.mk
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
@ -137,9 +137,6 @@ static int _event(struct dtls_context_t *ctx, session_t *session,
|
|||||||
case DTLS_EVENT_CONNECTED:
|
case DTLS_EVENT_CONNECTED:
|
||||||
DEBUG("sock_dtls: event connected\n");
|
DEBUG("sock_dtls: event connected\n");
|
||||||
break;
|
break;
|
||||||
case DTLS_EVENT_RENEGOTIATE:
|
|
||||||
DEBUG("sock_dtls: event renegotiate\n");
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!level && (code != DTLS_EVENT_CONNECT)) {
|
if (!level && (code != DTLS_EVENT_CONNECT)) {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user