diff options
| author | beck <> | 2019-01-18 12:53:29 +0000 |
|---|---|---|
| committer | beck <> | 2019-01-18 12:53:29 +0000 |
| commit | 5a590018a09c530517626327666bc31920645617 (patch) | |
| tree | 62d964a0268cda938fdf69abe58d319986cf3277 /src | |
| parent | d61658edd84d221a4ca3ff7dd2086a2f1512ab79 (diff) | |
| download | openbsd-5a590018a09c530517626327666bc31920645617.tar.gz openbsd-5a590018a09c530517626327666bc31920645617.tar.bz2 openbsd-5a590018a09c530517626327666bc31920645617.zip | |
initialize offset value so this passes
ok jsing@
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/buffer/buffertest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/buffer/buffertest.c b/src/regress/lib/libssl/buffer/buffertest.c index 7522d1f4f0..e627865e35 100644 --- a/src/regress/lib/libssl/buffer/buffertest.c +++ b/src/regress/lib/libssl/buffer/buffertest.c | |||
| @@ -109,6 +109,7 @@ main(int argc, char **argv) | |||
| 109 | CBS cbs; | 109 | CBS cbs; |
| 110 | 110 | ||
| 111 | rs.buf = testdata; | 111 | rs.buf = testdata; |
| 112 | rs.offset = 0; | ||
| 112 | 113 | ||
| 113 | if ((buf = tls13_buffer_new(0)) == NULL) | 114 | if ((buf = tls13_buffer_new(0)) == NULL) |
| 114 | errx(1, "tls13_buffer_new"); | 115 | errx(1, "tls13_buffer_new"); |
