From 99b7f379918f04971fa967c83af3373791c4803d Mon Sep 17 00:00:00 2001 From: anton <> Date: Sun, 6 Feb 2022 09:19:46 +0000 Subject: cope with recent S3I removal; ok tb@ --- src/regress/lib/libssl/unit/tls_prf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/unit/tls_prf.c b/src/regress/lib/libssl/unit/tls_prf.c index 9e8f5b4053..fe6f5c835d 100644 --- a/src/regress/lib/libssl/unit/tls_prf.c +++ b/src/regress/lib/libssl/unit/tls_prf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_prf.c,v 1.5 2021/03/24 19:02:35 jsing Exp $ */ +/* $OpenBSD: tls_prf.c,v 1.6 2022/02/06 09:19:46 anton Exp $ */ /* * Copyright (c) 2017 Joel Sing * @@ -197,7 +197,7 @@ do_tls_prf_test(int test_no, struct tls_prf_test *tpt) 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); -- cgit v1.2.3-55-g6feb