Skip to content

Commit

Permalink
fixup! fix: apply code review suggestions from #26
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Aug 22, 2024
1 parent 8fef921 commit 76330de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libcoap-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ static = []
# Corresponding libcoap configure flag: --enable-dtls
dtls = []
# Enable this feature to enable/require TLS support in addition to DTLS support.
# Note: Will also enable the DTLS feature, so consider the above section regarding DTLS backends before enabling this.
tls = ["dtls"]
# Note: Will also enable the TCP and DTLS features, so consider the above section regarding DTLS backends before +
# enabling this.
tls = ["dtls", "tcp"]
# Enable this feature to enable/require OSCORE functionality in the C library.
# Corresponding libcoap configure flag: --enable-oscore
oscore = []
Expand Down

0 comments on commit 76330de

Please sign in to comment.