summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-02-01 12:42:39 +0000
committerjsing <>2020-02-01 12:42:39 +0000
commit353487ddf36ec7463b726956e6afae257ff3b97e (patch)
tree81a2355d5cf2e5533cd6426a791df42eeb57d682
parent417cbaf48fe2b28af88ca93f9a89dea1b12d6ad7 (diff)
downloadopenbsd-353487ddf36ec7463b726956e6afae257ff3b97e.tar.gz
openbsd-353487ddf36ec7463b726956e6afae257ff3b97e.tar.bz2
openbsd-353487ddf36ec7463b726956e6afae257ff3b97e.zip
Tweak regress to match change made to tls13_key_share_peer_public().
-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,