From 0d08c74881042e78f6dacce6b1c609b2b44ad24c Mon Sep 17 00:00:00 2001 From: anton Date: Sun, 6 Feb 2022 09:19:46 +0000 Subject: [PATCH] cope with recent S3I removal; ok tb@ --- regress/lib/libssl/unit/tls_prf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libssl/unit/tls_prf.c b/regress/lib/libssl/unit/tls_prf.c index 9e8f5b40536..fe6f5c835d5 100644 --- a/regress/lib/libssl/unit/tls_prf.c +++ b/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); -- 2.20.1