Skip to content

Commit

Permalink
fixup! fixup! QUIC APL: Make use of QUIC_OBJ infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Nov 12, 2024
1 parent 79066c6 commit 356f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/quic/quic_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ SSL *ossl_quic_new(SSL_CTX *ctx)
#endif

/* Create the handshake layer. */
qc->tls = ossl_ssl_connection_new_int(ctx, &qc->ssl, TLS_method());
qc->tls = ossl_ssl_connection_new_int(ctx, &qc->obj.ssl, TLS_method());
if (qc->tls == NULL || (sc = SSL_CONNECTION_FROM_SSL(qc->tls)) == NULL) {
QUIC_RAISE_NON_NORMAL_ERROR(NULL, ERR_R_INTERNAL_ERROR, NULL);
goto err;
Expand Down

0 comments on commit 356f1de

Please sign in to comment.