details: https://hg.nginx.org/nginx/rev/0f23488a9f5a branches: changeset: 9130:0f23488a9f5a user: Sergey Kandaurov <pluk...@nginx.com> date: Tue Jun 20 17:59:02 2023 +0400 description: QUIC: style.
diffstat: src/event/quic/ngx_event_quic_protection.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diffs (27 lines): diff -r 7379cb29cd72 -r 0f23488a9f5a src/event/quic/ngx_event_quic_protection.c --- a/src/event/quic/ngx_event_quic_protection.c Tue Jun 20 17:59:01 2023 +0400 +++ b/src/event/quic/ngx_event_quic_protection.c Tue Jun 20 17:59:02 2023 +0400 @@ -352,8 +352,7 @@ failed: static ngx_int_t ngx_quic_tls_open(const ngx_quic_cipher_t *cipher, ngx_quic_secret_t *s, - ngx_str_t *out, u_char *nonce, ngx_str_t *in, ngx_str_t *ad, - ngx_log_t *log) + ngx_str_t *out, u_char *nonce, ngx_str_t *in, ngx_str_t *ad, ngx_log_t *log) { #ifdef OPENSSL_IS_BORINGSSL @@ -563,10 +562,11 @@ ngx_quic_tls_seal(const ngx_quic_cipher_ return NGX_ERROR; } - EVP_CIPHER_CTX_free(ctx); + out->len += NGX_QUIC_TAG_LEN; - out->len += NGX_QUIC_TAG_LEN; + EVP_CIPHER_CTX_free(ctx); #endif + return NGX_OK; } _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel