Merge pull request #12912 from smlng/pr_tinydtls_bump
pkg/tinydtls: bump version
This commit is contained in:
commit
9cfdadce13
@ -161,7 +161,7 @@ static int _peer_get_psk_info_handler(struct dtls_context_t *ctx,
|
||||
switch (type) {
|
||||
case DTLS_PSK_IDENTITY:
|
||||
if (id_len) {
|
||||
dtls_debug("got psk_identity_hint: '%.*s'\n", id_len, id);
|
||||
dtls_debug("got psk_identity_hint: '%.*s'\n", (int)id_len, id);
|
||||
}
|
||||
|
||||
if (result_length < psk_id_length) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PKG_NAME=tinydtls
|
||||
PKG_URL=https://github.com/eclipse/tinydtls.git
|
||||
PKG_VERSION=865ca387cd9d05e52943e5641ad0eefafef218a3
|
||||
PKG_VERSION=7a0420bfe3c041789cc0fe87822832f2fd12d0c3
|
||||
PKG_LICENSE=EPL-1.0,EDL-1.0
|
||||
|
||||
CFLAGS += -Wno-implicit-fallthrough
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user