diff options
| author | Brent Cook <busterb@gmail.com> | 2022-08-29 10:57:39 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2022-08-29 10:57:39 -0500 |
| commit | d46266c297dc0cf9a187203a3f329d6a25bf2de6 (patch) | |
| tree | 73fcd1a5b9144ad23d332bb88b51420395127005 | |
| parent | e76225361042de27311454adcdb5934edc6db446 (diff) | |
| download | portable-d46266c297dc0cf9a187203a3f329d6a25bf2de6.tar.gz portable-d46266c297dc0cf9a187203a3f329d6a25bf2de6.tar.bz2 portable-d46266c297dc0cf9a187203a3f329d6a25bf2de6.zip | |
fix corrupted patch on merge
| -rw-r--r-- | patches/tlsexttest.c.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch index 5b9ceb1..3c93df8 100644 --- a/patches/tlsexttest.c.patch +++ b/patches/tlsexttest.c.patch | |||
| @@ -1,12 +1,6 @@ | |||
| 1 | <<<<<<< HEAD | ||
| 2 | --- tests/tlsexttest.c.orig Mon Aug 15 07:54:28 2022 | 1 | --- tests/tlsexttest.c.orig Mon Aug 15 07:54:28 2022 |
| 3 | +++ tests/tlsexttest.c Mon Aug 15 07:57:01 2022 | 2 | +++ tests/tlsexttest.c Mon Aug 15 07:57:01 2022 |
| 4 | @@ -1773,7 +1773,9 @@ static unsigned char tlsext_sni_client[] = { | 3 | @@ -1773,7 +1773,9 @@ static unsigned char tlsext_sni_client[] = { |
| 5 | ======= | ||
| 6 | --- tests/tlsexttest.c.orig Mon Aug 29 06:02:26 2022 | ||
| 7 | +++ tests/tlsexttest.c Mon Aug 29 06:18:01 2022 | ||
| 8 | @@ -1773,7 +1773,9 @@ | ||
| 9 | >>>>>>> 051c15d (build updates for latest upstream) | ||
| 10 | }; | 4 | }; |
| 11 | 5 | ||
| 12 | static unsigned char tlsext_sni_server[] = { | 6 | static unsigned char tlsext_sni_server[] = { |
| @@ -16,11 +10,7 @@ | |||
| 16 | 10 | ||
| 17 | static int | 11 | static int |
| 18 | test_tlsext_sni_client(void) | 12 | test_tlsext_sni_client(void) |
| 19 | <<<<<<< HEAD | ||
| 20 | @@ -1971,9 +1973,9 @@ test_tlsext_sni_server(void) | 13 | @@ -1971,9 +1973,9 @@ test_tlsext_sni_server(void) |
| 21 | ======= | ||
| 22 | @@ -1971,9 +1973,9 @@ | ||
| 23 | >>>>>>> 051c15d (build updates for latest upstream) | ||
| 24 | if (!CBB_finish(&cbb, &data, &dlen)) | 14 | if (!CBB_finish(&cbb, &data, &dlen)) |
| 25 | errx(1, "failed to finish CBB"); | 15 | errx(1, "failed to finish CBB"); |
| 26 | 16 | ||
| @@ -32,11 +22,7 @@ | |||
| 32 | goto err; | 22 | goto err; |
| 33 | } | 23 | } |
| 34 | 24 | ||
| 35 | <<<<<<< HEAD | ||
| 36 | @@ -1982,14 +1984,14 @@ test_tlsext_sni_server(void) | 25 | @@ -1982,14 +1984,14 @@ test_tlsext_sni_server(void) |
| 37 | ======= | ||
| 38 | @@ -1982,14 +1984,14 @@ | ||
| 39 | >>>>>>> 051c15d (build updates for latest upstream) | ||
| 40 | fprintf(stderr, "received:\n"); | 26 | fprintf(stderr, "received:\n"); |
| 41 | hexdump(data, dlen); | 27 | hexdump(data, dlen); |
| 42 | fprintf(stderr, "test data:\n"); | 28 | fprintf(stderr, "test data:\n"); |
| @@ -53,11 +39,7 @@ | |||
| 53 | if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { | 39 | if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { |
| 54 | FAIL("failed to parse server SNI\n"); | 40 | FAIL("failed to parse server SNI\n"); |
| 55 | goto err; | 41 | goto err; |
| 56 | <<<<<<< HEAD | ||
| 57 | @@ -3194,7 +3196,10 @@ unsigned char tlsext_clienthello_default[] = { | 42 | @@ -3194,7 +3196,10 @@ unsigned char tlsext_clienthello_default[] = { |
| 58 | ======= | ||
| 59 | @@ -3196,7 +3198,10 @@ | ||
| 60 | >>>>>>> 051c15d (build updates for latest upstream) | ||
| 61 | 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, | 43 | 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, |
| 62 | }; | 44 | }; |
| 63 | 45 | ||
| @@ -69,11 +51,7 @@ | |||
| 69 | 51 | ||
| 70 | static int | 52 | static int |
| 71 | test_tlsext_clienthello_build(void) | 53 | test_tlsext_clienthello_build(void) |
| 72 | <<<<<<< HEAD | ||
| 73 | @@ -3280,18 +3285,18 @@ test_tlsext_clienthello_build(void) | 54 | @@ -3280,18 +3285,18 @@ test_tlsext_clienthello_build(void) |
| 74 | ======= | ||
| 75 | @@ -3282,18 +3287,18 @@ | ||
| 76 | >>>>>>> 051c15d (build updates for latest upstream) | ||
| 77 | goto err; | 55 | goto err; |
| 78 | } | 56 | } |
| 79 | 57 | ||
