summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorjsing <>2020-02-01 12:42:39 +0000
committerjsing <>2020-02-01 12:42:39 +0000
commit4be7345f6a4377f869fd7d5890d16060206d5fdc (patch)
tree81a2355d5cf2e5533cd6426a791df42eeb57d682 /src/regress/lib
parentf53a9945774df5f6a9efc158887f3685c7255ab2 (diff)
downloadopenbsd-4be7345f6a4377f869fd7d5890d16060206d5fdc.tar.gz
openbsd-4be7345f6a4377f869fd7d5890d16060206d5fdc.tar.bz2
openbsd-4be7345f6a4377f869fd7d5890d16060206d5fdc.zip
Tweak regress to match change made to tls13_key_share_peer_public().
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index 1cc6e45c7e..6c7e9a06cb 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlsexttest.c,v 1.32 2020/01/30 17:10:04 jsing Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.33 2020/02/01 12:42:39 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -3211,7 +3211,6 @@ test_tlsext_keyshare_server(void)
3211 CBB cbb; 3211 CBB cbb;
3212 CBS cbs; 3212 CBS cbs;
3213 uint8_t bogokey[] = { 3213 uint8_t bogokey[] = {
3214 0x00, 0x20,
3215 0xe5, 0xe8, 0x5a, 0xb9, 0x7e, 0x12, 0x62, 0xe3, 3214 0xe5, 0xe8, 0x5a, 0xb9, 0x7e, 0x12, 0x62, 0xe3,
3216 0xd8, 0x7f, 0x6e, 0x3c, 0xec, 0xa6, 0x8b, 0x99, 3215 0xd8, 0x7f, 0x6e, 0x3c, 0xec, 0xa6, 0x8b, 0x99,
3217 0x45, 0x77, 0x8e, 0x11, 0xb3, 0xb9, 0x12, 0xb6, 3216 0x45, 0x77, 0x8e, 0x11, 0xb3, 0xb9, 0x12, 0xb6,