Merge pull request #12912 from smlng/pr_tinydtls_bump

pkg/tinydtls: bump version
This commit is contained in:
Alexandre Abadie 2019-12-14 14:48:07 +01:00 committed by GitHub
commit 9cfdadce13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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