Skip to content

Commit

Permalink
fixup! fixup! fixup! nanocoap_sock: make use of sock_dtls_connect()
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jan 31, 2023
1 parent db65e89 commit a76548a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/net/application_layer/nanocoap/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ typedef struct {
bool more;
} _block_ctx_t;

#if IS_USED(MODULE_NANOCOAP_DTLS)
int nanocoap_sock_dtls_connect(nanocoap_sock_t *sock, sock_udp_ep_t *local,
const sock_udp_ep_t *remote, credman_tag_t tag)
{
Expand Down

0 comments on commit a76548a

Please sign in to comment.