On Sat, Feb 05, 2022 at 07:54:40AM -0700, Joel Sing wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]   2022/02/05 07:54:40
> 
> Modified files:
>       regress/lib/libssl/tlsext: tlsexttest.c 
> 
> Log message:
> Revise for S3I removal.
> 

Another one.

Index: unit/tls_prf.c
===================================================================
RCS file: /cvs/src/regress/lib/libssl/unit/tls_prf.c,v
retrieving revision 1.5
diff -u -p -r1.5 tls_prf.c
--- unit/tls_prf.c      24 Mar 2021 19:02:35 -0000      1.5
+++ unit/tls_prf.c      6 Feb 2022 06:28:43 -0000
@@ -197,7 +197,7 @@ do_tls_prf_test(int test_no, struct tls_
                goto failure;
        }
 
-       S3I(ssl)->hs.cipher = cipher;
+       ssl->s3->hs.cipher = cipher;
 
        for (len = 1; len <= TLS_PRF_OUT_LEN; len++) {
                memset(out, 'A', TLS_PRF_OUT_LEN);

Reply via email to