diff options
| author | anton <> | 2022-02-06 09:19:46 +0000 |
|---|---|---|
| committer | anton <> | 2022-02-06 09:19:46 +0000 |
| commit | 5b097a3206326361d7bac2a0119d54588b578f33 (patch) | |
| tree | ac192d5e4f294f37c438cd3f60f6fbd2bdd32490 /src | |
| parent | 330276f39a5e0d5b539d5e8e3e247384f82cbde2 (diff) | |
| download | openbsd-5b097a3206326361d7bac2a0119d54588b578f33.tar.gz openbsd-5b097a3206326361d7bac2a0119d54588b578f33.tar.bz2 openbsd-5b097a3206326361d7bac2a0119d54588b578f33.zip | |
cope with recent S3I removal; ok tb@
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/unit/tls_prf.c | 4 |
1 files 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 @@ | |||
| 1 | /* $OpenBSD: tls_prf.c,v 1.5 2021/03/24 19:02:35 jsing Exp $ */ | 1 | /* $OpenBSD: tls_prf.c,v 1.6 2022/02/06 09:19:46 anton Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -197,7 +197,7 @@ do_tls_prf_test(int test_no, struct tls_prf_test *tpt) | |||
| 197 | goto failure; | 197 | goto failure; |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | S3I(ssl)->hs.cipher = cipher; | 200 | ssl->s3->hs.cipher = cipher; |
| 201 | 201 | ||
| 202 | for (len = 1; len <= TLS_PRF_OUT_LEN; len++) { | 202 | for (len = 1; len <= TLS_PRF_OUT_LEN; len++) { |
| 203 | memset(out, 'A', TLS_PRF_OUT_LEN); | 203 | memset(out, 'A', TLS_PRF_OUT_LEN); |
