Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: ripatel-jump <ripatel+git@jumptrading.com>
  • Loading branch information
lidatong and ripatel-fd committed Jul 5, 2023
1 parent 1a90af4 commit 9e0b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tango/quic/crypto/fd_quic_crypto_suites.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ fd_quic_openssl_strerror( void ) {
* so disaabling this for now
* TODO fix */
#if 1
static char errbuf[ 256UL ]; /* openssl docs state buf >= 256 bytes */
static char errbuf[ 256UL ]; /* openssl docs state buf <= 256 bytes */
errbuf[ 0 ] = '\0';

ulong err_id = ERR_get_error();
Expand Down

0 comments on commit 9e0b51b

Please sign in to comment.