Skip to content

Commit

Permalink
Fix the SSL_CIPHER_find() function when used with a QCSO
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Sep 7, 2023
1 parent ca8d356 commit c03daa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/quic/quic_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const SSL_METHOD *func_name(void) \
NULL /* dispatch_alert */, \
ossl_quic_ctrl, \
ossl_quic_ctx_ctrl, \
NULL /* get_cipher_by_char */, \
ssl3_get_cipher_by_char, \
NULL /* put_cipher_by_char */, \
ossl_quic_pending, \
ossl_quic_num_ciphers, \
Expand Down

0 comments on commit c03daa4

Please sign in to comment.