Skip to content

Commit

Permalink
fixup! update to credman fix #12299
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiman Ismail committed Sep 24, 2019
1 parent 0af0110 commit 894ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tinydtls/contrib/sock_dtls.c
Expand Up @@ -166,7 +166,7 @@ static int _get_psk_info(struct dtls_context_t *ctx, const session_t *session,
return -1;
}

void *c = NULL;
const void *c = NULL;
size_t c_len = 0;
switch(type) {
case DTLS_PSK_HINT:
Expand Down

0 comments on commit 894ffe5

Please sign in to comment.