Skip to content

Commit

Permalink
One last typo, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 7, 2023
1 parent 25894ae commit 167be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ptls_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ ptls_aead_algorithm_t ptls_mbedtls_chacha20poly1305 = {
"CHACHA20-POLY1305",
PTLS_CHACHA20POLY1305_CONFIDENTIALITY_LIMIT,
PTLS_CHACHA20POLY1305_INTEGRITY_LIMIT,
&ptls_minicrypto_chacha20,
&ptls_mbedptls_chacha20,
NULL,
PTLS_CHACHA20_KEY_SIZE,
PTLS_CHACHA20POLY1305_IV_SIZE,
Expand Down

0 comments on commit 167be77

Please sign in to comment.