Skip to content

Commit

Permalink
Update examples/dtls-sock/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Teufelchen <[email protected]>
  • Loading branch information
leandrolanzieri and Teufelchen1 authored Mar 19, 2024
1 parent c424a76 commit 082638b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/dtls-sock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ USEPKG += tinydtls

# Pull in sock APIs
USEMODULE += sock_dtls
# When using asymmetric cryptography, e.g. ecc,

Check failure on line 23 in examples/dtls-sock/Makefile

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace.
# this verifies the public key against a known set.
# It does not affect symmetric crypto e.g. PSK.
USEMODULE += sock_dtls_verify_public_key
USEMODULE += sock_udp

Expand Down

0 comments on commit 082638b

Please sign in to comment.