diff options
| author | jsing <> | 2021-03-24 19:02:35 +0000 |
|---|---|---|
| committer | jsing <> | 2021-03-24 19:02:35 +0000 |
| commit | c4404c7e3aae0f8ef0743dfe361132068e0a086f (patch) | |
| tree | bbd4d4c087a0e384a5299dd27e5548d49b67e3bf /src/regress/lib/libssl/unit | |
| parent | 663a7e995fb83d1c252ddb19c8db3c1d74739dff (diff) | |
| download | openbsd-c4404c7e3aae0f8ef0743dfe361132068e0a086f.tar.gz openbsd-c4404c7e3aae0f8ef0743dfe361132068e0a086f.tar.bz2 openbsd-c4404c7e3aae0f8ef0743dfe361132068e0a086f.zip | |
Update regress for new_cipher rename.
Diffstat (limited to 'src/regress/lib/libssl/unit')
| -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 2eacb12af3..9e8f5b4053 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.4 2017/05/06 22:24:58 beck Exp $ */ | 1 | /* $OpenBSD: tls_prf.c,v 1.5 2021/03/24 19:02:35 jsing 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.new_cipher = cipher; | 200 | S3I(ssl)->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); |
