diff options
author | beck <> | 2017-05-06 22:24:58 +0000 |
---|---|---|
committer | beck <> | 2017-05-06 22:24:58 +0000 |
commit | de2b05d4b4bdc8132abc4507b6d3e48eeba9340b (patch) | |
tree | 4bcdcd934dd374037387e49c88e9fc7a9c2362be /src/regress/lib/libssl | |
parent | 0e5e712591c7f580f436de535348a0d768707768 (diff) | |
download | openbsd-de2b05d4b4bdc8132abc4507b6d3e48eeba9340b.tar.gz openbsd-de2b05d4b4bdc8132abc4507b6d3e48eeba9340b.tar.bz2 openbsd-de2b05d4b4bdc8132abc4507b6d3e48eeba9340b.zip |
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
ok jsing@, gcc@, regress@
Diffstat (limited to 'src/regress/lib/libssl')
-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 5040ba2ce3..2eacb12af3 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.3 2017/03/25 13:37:40 jsing Exp $ */ | 1 | /* $OpenBSD: tls_prf.c,v 1.4 2017/05/06 22:24:58 beck 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)->tmp.new_cipher = cipher; | 200 | S3I(ssl)->hs.new_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); |