Skip to content

Commit

Permalink
update tlsexttest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jul 6, 2020
1 parent f9e7ce5 commit fa26b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/tlsexttest.c.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- tests/tlsexttest.c.orig Tue May 12 20:06:02 2020
+++ tests/tlsexttest.c Tue May 12 20:15:28 2020
--- tests/tlsexttest.c.orig Mon Jul 6 03:17:51 2020
+++ tests/tlsexttest.c Mon Jul 6 03:45:00 2020
@@ -1657,7 +1657,9 @@
};

Expand Down Expand Up @@ -36,7 +36,7 @@

- CBS_init(&cbs, tlsext_sni_server, sizeof(tlsext_sni_server));
+ CBS_init(&cbs, tlsext_sni_server, sizeof_tlsext_sni_server);
if (!tlsext_sni_client_parse(ssl, &cbs, &alert)) {
if (!tlsext_sni_client_parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) {
FAIL("failed to parse server SNI\n");
goto err;
@@ -2722,7 +2724,10 @@
Expand Down

0 comments on commit fa26b53

Please sign in to comment.