pion / dtls

DTLS 1.2 Server/Client implementation for Go
https://pion.ly/
MIT License
602 stars 160 forks source link

Fix name of cipher suite initialization function #569

Closed hasheddan closed 1 year ago

hasheddan commented 1 year ago

Description

Fixes misspelling in name of cipher suite initialization function.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (818feb8) 76.97% compared to head (9dcf491) 76.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #569 +/- ## ======================================= Coverage 76.97% 76.97% ======================================= Files 99 99 Lines 6011 6011 ======================================= Hits 4627 4627 Misses 1016 1016 Partials 368 368 ``` | Flag | Coverage Δ | | |---|---|---| | go | `77.00% <100.00%> (ø)` | | | wasm | `61.74% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/pion/dtls/pull/569?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [flight5handler.go](https://app.codecov.io/gh/pion/dtls/pull/569?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmxpZ2h0NWhhbmRsZXIuZ28=) | `76.17% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.